Update run_tests.sh
This commit is contained in:
parent
65ad5b98f9
commit
782377adbb
@ -2,7 +2,9 @@
|
||||
|
||||
set +e
|
||||
set +x
|
||||
export PYTHONPATH={$PYTHONPATH:-.}
|
||||
default_pythonpath=$PYTHONPATH:.
|
||||
export PYTHONPATH=${default_pythonpath:-.}
|
||||
>&2 echo using pythonpath $PYTHONPATH
|
||||
for f in `ls tests/*.py`; do
|
||||
python $f
|
||||
if [ $? -gt 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user