[Libguestfs] [PATCH 7/7] python: fix test runner so scripts are found when building out-of-tree

Hilko Bengen bengen at hilluzination.de
Fri Jan 10 23:12:52 UTC 2014


---
 python/run-python-tests.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/run-python-tests.in b/python/run-python-tests.in
index 90aee03..0df646b 100755
--- a/python/run-python-tests.in
+++ b/python/run-python-tests.in
@@ -19,7 +19,7 @@
 set -e
 shopt -s nullglob
 
-for f in @srcdir at t/*.py; do
+for f in @srcdir@/t/*.py; do
   basename "$f"
   $PYTHON "$f"
 done
-- 
1.8.5.2




More information about the Libguestfs mailing list