Skip to content

Commit 5123eb8

Browse files
authored
Update runlabview.sh
1 parent 388d124 commit 5123eb8

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

runlabview.sh

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ OUTPUT_MASSCOMPILE=$(LabVIEWCLI -LogToConsole TRUE \
2020
-LabVIEWPath $LABVIEW_PATH)
2121

2222
echo "Done Running Masscompile Operation"
23-
echo -e "\nPrinting Results...\n\n"
23+
echo " "
24+
echo "Printing Results..."
25+
echo " "
26+
echo " "
2427
echo "########################################################################################"
2528
echo $OUTPUT_MASSCOMPILE
2629
echo "########################################################################################"
30+
echo " "
31+
echo " "
2732

28-
printf "\n\n\n\n"
29-
30-
echo -e "\n\nRunning LabVIEWCLI VIAnalyzer with the following parameters:"
33+
echo "Running LabVIEWCLI VIAnalyzer with the following parameters:"
3134
echo "ConfigPath: $CONFIG_FILE"
3235
echo "ReportPath: $REPORT_PATH"
3336

@@ -38,8 +41,12 @@ OUTPUT=$(LabVIEWCLI -LogToConsole TRUE \
3841
-ReportPath $REPORT_PATH \
3942
-LabVIEWPath $LABVIEW_PATH)
4043

41-
echo -e "\nDone running of VI Analyzer Tests"
42-
echo -e "\nPrinting Results...\n\n"
44+
echo "Done running of VI Analyzer Tests"
45+
echo " "
46+
47+
echo "Printing Results..."
48+
echo " "
49+
echo " "
4350
echo "########################################################################################"
4451
cat "$REPORT_PATH"
4552

0 commit comments

Comments
 (0)