diff --git a/tests/test.sh b/tests/test.sh index a8439ac7..c65e6668 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -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