Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
fix: test exit code on error
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Aug 13, 2024
1 parent b90e29c commit 95382e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ else

if [ "$testResult" -ne "0" ]; then
echo "$SIM_VERSION tests failed."
exit $testResult
else
echo "$SIM_VERSION tests passed."
fi
Expand Down

0 comments on commit 95382e1

Please sign in to comment.