From eb55d81e2a8705817d77e705a823956ac4cb79dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= Date: Mon, 23 Jan 2017 15:29:19 +0100 Subject: [PATCH] Use python executable located by configure when running tests. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4b95ad522..7bb9d5fa9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ MAINTAINERCLEANDIRS = \ test: - python test/runtests.py + ${PYTHON} test/runtests.py .PHONY: test doc: