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