mirror of
https://github.com/novoid/filetags.git
synced 2026-06-14 11:31:19 +00:00
Make call_tests.sh work independently from CWD
This commit is contained in:
parent
02fe979b4b
commit
9630f48265
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