mirror of
https://github.com/powerline/powerline.git
synced 2025-09-26 11:29:14 +02:00
Make tests more verbose and catch first KeyboardInterrupt
This commit is contained in:
parent
25627363b0
commit
a4c59ded76
@ -3,7 +3,7 @@
|
|||||||
FAILED=0
|
FAILED=0
|
||||||
export PYTHONPATH="${PYTHONPATH}:`realpath .`"
|
export PYTHONPATH="${PYTHONPATH}:`realpath .`"
|
||||||
for file in tests/test_*.py ; do
|
for file in tests/test_*.py ; do
|
||||||
if ! ${PYTHON} $file ; then
|
if ! ${PYTHON} $file --verbose --catch ; then
|
||||||
FAILED=1
|
FAILED=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user