Skip to content

Commit 4035bb1

Browse files
committed
py_unittests.sh: catch all exceptions
1 parent 48d79e3 commit 4035bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/py_unittests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for TEST in ${UNIT_TESTS_PATH}
4444
do
4545
echo "----------------------------------------------------------------------"
4646
echo "running: ${TEST}"
47-
mx python3 ${TEST}
47+
mx python3 --python.CatchAllExceptions=true ${TEST}
4848
done
4949

5050
echo "DONE"

0 commit comments

Comments
 (0)