From: Francis Dupont Date: Sun, 21 Oct 2018 10:40:32 +0000 (+0200) Subject: [178-fix-shell-tests] Replaced python litteral by detected python X-Git-Tag: 284-need-dhcp6-example-for-netconf_base~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce7f12e2b56690ceb510cd6f1f221fc55b999bf;p=thirdparty%2Fkea.git [178-fix-shell-tests] Replaced python litteral by detected python --- diff --git a/src/bin/shell/tests/Makefile.am b/src/bin/shell/tests/Makefile.am index e9b550eb64..c3e6777aac 100644 --- a/src/bin/shell/tests/Makefile.am +++ b/src/bin/shell/tests/Makefile.am @@ -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: