Skip to content

Commit 88f2969

Browse files
authored
Update runlabview.sh
1 parent 5d4b698 commit 88f2969

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

runlabview.sh

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

2222
echo "Done Running Masscompile Operation"
23-
echo -e "\nPrinting Results...\n"
23+
echo -e "\nPrinting Results...\n\n"
2424
echo "########################################################################################"
2525
echo $OUTPUT_MASSCOMPILE
2626
echo "########################################################################################"
2727

28-
echo "Running LabVIEWCLI VIAnalyzer with the following parameters:"
28+
echo -e "\n\nRunning LabVIEWCLI VIAnalyzer with the following parameters:"
2929
echo "ConfigPath: $CONFIG_FILE"
3030
echo "ReportPath: $REPORT_PATH"
3131

@@ -36,8 +36,8 @@ OUTPUT=$(LabVIEWCLI -LogToConsole TRUE \
3636
-ReportPath $REPORT_PATH \
3737
-LabVIEWPath $LABVIEW_PATH)
3838

39-
echo "Done running of VI Analyzer Tests"
40-
echo "\nPrinting Results..."
39+
echo -e "\nDone running of VI Analyzer Tests"
40+
echo -e "\nPrinting Results...\n\n"
4141
echo "########################################################################################"
4242
cat "$REPORT_PATH"
4343

0 commit comments

Comments
 (0)