Make tests more verbose and catch first KeyboardInterrupt
This commit is contained in:
parent
25627363b0
commit
a4c59ded76
|
@ -3,7 +3,7 @@
|
|||
FAILED=0
|
||||
export PYTHONPATH="${PYTHONPATH}:`realpath .`"
|
||||
for file in tests/test_*.py ; do
|
||||
if ! ${PYTHON} $file ; then
|
||||
if ! ${PYTHON} $file --verbose --catch ; then
|
||||
FAILED=1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue