Skip to content

Commit

Permalink
exit with correct code when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timhendriks93 committed Jan 19, 2024
1 parent 9f1081d commit 0973b71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ blender \
--python $TESTSDIR/test.py \
> /dev/null 2>&1

blender_exit_code=$?

cat $TESTSDIR/results.txt

exit $?
exit $blender_exit_code

0 comments on commit 0973b71

Please sign in to comment.