debug segfaulting python tests

This commit is contained in:
Dane Springmeyer 2015-01-28 14:54:32 -08:00
parent def040a42d
commit 40cb3595a5

View file

@ -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