Skip to content

Commit

Permalink
Remove unnecessary set -e
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Nov 5, 2024
1 parent 6487488 commit 33fd705
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/build-kit/scripts/run_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ if [ $retVal -ne 0 ]; then
echo "Unit tests failed with return code $retVal"
exit $retVal
fi

set -e

0 comments on commit 33fd705

Please sign in to comment.