Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions runlabview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ echo "Number of failed tests: $FAILED_COUNT"
if (( FAILED_COUNT > 0 )); then
echo "✖ Some tests failed. Exiting with error."
echo "########################################################################################"
exit 1
else
echo "✔ All tests passed."
echo "########################################################################################"
exit 0
fi
echo "Closing LabVIEW Gracefully..."
OUTPUT=$(LabVIEWCLI -LogToConsole TRUE \
-OperationName CloseLabVIEW \
-LabVIEWPath $LABVIEW_PATH)

Loading