From 6ce7f12e2b56690ceb510cd6f1f221fc55b999bf Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 21 Oct 2018 12:40:32 +0200 Subject: [PATCH] [178-fix-shell-tests] Replaced python litteral by detected python --- src/bin/shell/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2