X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2Frun-python-tests.in;fp=python%2Frun-python-tests;h=af51080f9fabb642e8344d9d4b8cbc3a135274e2;hb=b22f2651674b4628978bd5971984a01d68510c45;hp=e8c8c14879041af6e261165e8ed3205ed5c8f706;hpb=0aa3fc0092b057bf496ceb590bd4b4ac0fc9017d;p=hivex.git diff --git a/python/run-python-tests b/python/run-python-tests.in similarity index 94% rename from python/run-python-tests rename to python/run-python-tests.in index e8c8c14..af51080 100755 --- a/python/run-python-tests +++ b/python/run-python-tests.in @@ -19,7 +19,7 @@ set -e shopt -s nullglob -for f in t/*.py; do +for f in $(srcdir)t/*.py; do basename "$f" - python "$f" + @PYTHON@ "$f" done