File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ OUTPUT_MASSCOMPILE=$(LabVIEWCLI -LogToConsole TRUE \
2020-LabVIEWPath $LABVIEW_PATH )
2121
2222echo " Done Running Masscompile Operation"
23- echo -e " \nPrinting Results...\n"
23+ echo -e " \nPrinting Results...\n\n "
2424echo " ########################################################################################"
2525echo $OUTPUT_MASSCOMPILE
2626echo " ########################################################################################"
2727
28- echo " Running LabVIEWCLI VIAnalyzer with the following parameters:"
28+ echo -e " \n\nRunning LabVIEWCLI VIAnalyzer with the following parameters:"
2929echo " ConfigPath: $CONFIG_FILE "
3030echo " 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 "
4141echo " ########################################################################################"
4242cat " $REPORT_PATH "
4343
You can’t perform that action at this time.
0 commit comments