]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[178-fix-shell-tests] Replaced python litteral by detected python 178-fix-shell-tests
authorFrancis Dupont <fdupont@isc.org>
Sun, 21 Oct 2018 10:40:32 +0000 (12:40 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 28 Nov 2018 14:44:43 +0000 (09:44 -0500)
src/bin/shell/tests/Makefile.am

index e9b550eb6422f6da4459da5f91515ee250113e98..c3e6777aacd6dc0788b986b51041da801873af81 100644 (file)
@@ -11,7 +11,7 @@ check-python:
        @for pytest in $(PYTESTS) ; do \
        echo Running python test: $$pytest ; \
        chmod +x $(abs_builddir)/$$pytest ; \
-       PYTHONPATH=$(PYTHONPATH):$(abs_top_srcdir)/src/bin/shell python $(abs_builddir)/$$pytest || exit ; \
+       PYTHONPATH=$(PYTHONPATH):$(abs_top_srcdir)/src/bin/shell @PYTHON@ $(abs_builddir)/$$pytest || exit ; \
        done
 
 check-shell: