Skip to content

Commit 043638f

Browse files
authored
Update runlabview.sh
1 parent 5123eb8 commit 043638f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

runlabview.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,19 @@ OUTPUT_MASSCOMPILE=$(LabVIEWCLI -LogToConsole TRUE \
1919
-DirectoryToCompile $MASSCOMPILE_DIR \
2020
-LabVIEWPath $LABVIEW_PATH)
2121

22-
echo "Done Running Masscompile Operation"
2322
echo " "
23+
echo "Done Running Masscompile Operation"
2424
echo "Printing Results..."
2525
echo " "
26-
echo " "
2726
echo "########################################################################################"
2827
echo $OUTPUT_MASSCOMPILE
2928
echo "########################################################################################"
3029
echo " "
31-
echo " "
3230

3331
echo "Running LabVIEWCLI VIAnalyzer with the following parameters:"
3432
echo "ConfigPath: $CONFIG_FILE"
3533
echo "ReportPath: $REPORT_PATH"
34+
echo " "
3635

3736
# Run the LabVIEWCLI VIA command.
3837
OUTPUT=$(LabVIEWCLI -LogToConsole TRUE \
@@ -42,11 +41,8 @@ OUTPUT=$(LabVIEWCLI -LogToConsole TRUE \
4241
-LabVIEWPath $LABVIEW_PATH)
4342

4443
echo "Done running of VI Analyzer Tests"
45-
echo " "
46-
4744
echo "Printing Results..."
4845
echo " "
49-
echo " "
5046
echo "########################################################################################"
5147
cat "$REPORT_PATH"
5248

0 commit comments

Comments
 (0)