Merge pull request #20 from tuxlifan/fix-call_tests

Make call_tests.sh work independently from CWD
This commit is contained in:
Karl Voit 2018-05-01 00:08:59 +02:00 committed by GitHub
commit fb7b28975a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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