diff --git a/run-tests.sh b/run-tests.sh index cdd9c7e18..901b9759a 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,5 +1,8 @@ #!/bin/sh +# exit if any subcommand return non-zero status +set -e + # Choose python version if test "x$1" = x-3; then PYTHON=python3