commit 0053a1fc7194b3a9e6fbafef01c14dd9f51795d7 parent 8dd4de4e504b8717dbafcfda8f61597281361276 Author: nolash <dev@holbrook.no> Date: Sun, 24 Oct 2021 15:59:16 +0200 Improve testrunner Diffstat:
M | python/run_tests.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/python/run_tests.sh b/python/run_tests.sh @@ -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