diff --git a/run_tests b/run_tests index 43763317c..e7015cb47 100755 --- a/run_tests +++ b/run_tests @@ -17,7 +17,7 @@ done echo echo "*** Running python tests..." -$PYTHON tests/run_tests.py -q +$PYTHON tests/run_tests.py failures=$((failures+$?)) exit $failures