From: Michael Jeanson Date: Mon, 2 Oct 2017 16:59:30 +0000 (-0400) Subject: Fix: use configured python in test_python_plugin_provider X-Git-Tag: v2.0.0-pre5~382 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=9991ccbbfc58936df916625156fb9379523fea1f Fix: use configured python in test_python_plugin_provider Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- 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 $?