forked from Github/filetags
Merge pull request #20 from tuxlifan/fix-call_tests
Make call_tests.sh work independently from CWD
This commit is contained in:
commit
fb7b28975a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
cd ..
|
||||
cd $(dirname $0)/..
|
||||
PYTHONPATH=".:" tests/unit_tests.py --verbose
|
||||
|
||||
#end
|
||||
|
|
|
|||
Loading…
Reference in a new issue