Skip to content
Snippets Groups Projects
Commit 690220e3f7e2 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

autotools: Fix Python tests in VPATH builds

parent 4239d58dca0d
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
fi; \ fi; \
for test in $(TESTSPY) ; do \ for test in $(TESTSPY) ; do \
echo "-- $$test" ; \ echo "-- $$test" ; \
(cd $(srcdir) && $(PYTHON) $$test ) || exit 1; \ $(PYTHON) $(srcdir)/$$test; \
done) done)
else else
tests: tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment