mirror of
git://holbrook.no/eth-address-index
synced 2024-11-27 02:36:45 +01:00
Improve testrunner
This commit is contained in:
parent
8dd4de4e50
commit
0053a1fc71
@ -2,6 +2,8 @@
|
||||
|
||||
set -e
|
||||
set -x
|
||||
default_pythonpath=$PYTHONPATH:.
|
||||
export PYTHONPATH=${default_pythonpath:-.}
|
||||
for f in `ls tests/*.py`; do
|
||||
python $f
|
||||
if [ $? -gt 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user