debug segfaulting python tests
This commit is contained in:
parent
def040a42d
commit
40cb3595a5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ done
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "*** Running python tests..."
|
echo "*** Running python tests..."
|
||||||
$PYTHON tests/run_tests.py -q
|
$PYTHON tests/run_tests.py
|
||||||
failures=$((failures+$?))
|
failures=$((failures+$?))
|
||||||
|
|
||||||
exit $failures
|
exit $failures
|
||||||
|
|
Loading…
Reference in a new issue