Make call_tests.sh work independently from CWD

This commit is contained in:
Georg Drees 2018-04-30 23:39:05 +02:00
parent 02fe979b4b
commit 9630f48265

View file

@ -1,5 +1,5 @@
#!/bin/sh
cd ..
cd $(dirname $0)/..
PYTHONPATH=".:" tests/unit_tests.py --verbose
#end