File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
2322echo " "
23+ echo " Done Running Masscompile Operation"
2424echo " Printing Results..."
2525echo " "
26- echo " "
2726echo " ########################################################################################"
2827echo $OUTPUT_MASSCOMPILE
2928echo " ########################################################################################"
3029echo " "
31- echo " "
3230
3331echo " Running LabVIEWCLI VIAnalyzer with the following parameters:"
3432echo " ConfigPath: $CONFIG_FILE "
3533echo " ReportPath: $REPORT_PATH "
34+ echo " "
3635
3736# Run the LabVIEWCLI VIA command.
3837OUTPUT=$( LabVIEWCLI -LogToConsole TRUE \
@@ -42,11 +41,8 @@ OUTPUT=$(LabVIEWCLI -LogToConsole TRUE \
4241-LabVIEWPath $LABVIEW_PATH )
4342
4443echo " Done running of VI Analyzer Tests"
45- echo " "
46-
4744echo " Printing Results..."
4845echo " "
49- echo " "
5046echo " ########################################################################################"
5147cat " $REPORT_PATH "
5248
You can’t perform that action at this time.
0 commit comments