From 32447206b3dfc01864228eb0d0804df942629b77 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 2 Oct 2017 12:59:30 -0400 Subject: [PATCH] Fix: use configured python in test_python_plugin_provider MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- tests/python-plugin-provider/test_python_plugin_provider.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-plugin-provider/test_python_plugin_provider.in b/tests/python-plugin-provider/test_python_plugin_provider.in index 4e3c097e..9156786b 100644 --- a/tests/python-plugin-provider/test_python_plugin_provider.in +++ b/tests/python-plugin-provider/test_python_plugin_provider.in @@ -28,5 +28,5 @@ TESTRUNNER_PY="${BT_SRC_PATH}/tests/utils/python/testrunner.py" THIS_DIR="${BT_SRC_PATH}/tests/python-plugin-provider" PYTHONPATH="${PYTHON_BUILD_DIR}:${TESTS_UTILS_PYTHON_DIR}" \ - "/usr/bin/python3" "${TESTRUNNER_PY}" "${THIS_DIR}" + "@PYTHON@" "${TESTRUNNER_PY}" "${THIS_DIR}" exit $? -- 2.34.1