From 6787275d9ae3079afd77efcbb58c4847ce0e0171 Mon Sep 17 00:00:00 2001 From: rfriedma <41642157+rfriedma@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:06:08 -0600 Subject: [PATCH 1/2] Use the full VI Analyzer config --- runlabview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runlabview.sh b/runlabview.sh index 46a291d..8fce556 100644 --- a/runlabview.sh +++ b/runlabview.sh @@ -1,7 +1,7 @@ #!/bin/bash # Verify that the configuration file exists. -CONFIG_FILE='/workspace/Test-VIs/viaPassCase.viancfg' +CONFIG_FILE='/workspace/Test-VIs/VIAnalyzerCfgFile.viancfg' LABVIEW_PATH='/usr/local/natinst/LabVIEW-2025-64/labviewprofull' REPORT_PATH='/usr/local/natinst/ContainerExamples/Results.txt' if [ ! -f "$CONFIG_FILE" ]; then From 18422a877ffd2b28f4ae16102075a3cdfa912520 Mon Sep 17 00:00:00 2001 From: rfriedma <41642157+rfriedma@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:55:38 -0600 Subject: [PATCH 2/2] Reduce VI Analyzer checks --- runlabview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runlabview.sh b/runlabview.sh index 8fce556..46a291d 100644 --- a/runlabview.sh +++ b/runlabview.sh @@ -1,7 +1,7 @@ #!/bin/bash # Verify that the configuration file exists. -CONFIG_FILE='/workspace/Test-VIs/VIAnalyzerCfgFile.viancfg' +CONFIG_FILE='/workspace/Test-VIs/viaPassCase.viancfg' LABVIEW_PATH='/usr/local/natinst/LabVIEW-2025-64/labviewprofull' REPORT_PATH='/usr/local/natinst/ContainerExamples/Results.txt' if [ ! -f "$CONFIG_FILE" ]; then