Fix: use configured python in test_python_plugin_provider
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 2 Oct 2017 16:59:30 +0000 (12:59 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Nov 2017 20:11:00 +0000 (16:11 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/python-plugin-provider/test_python_plugin_provider.in

index 4e3c097e55195fd50d56503ed7e6fcca38f4bccf..9156786bd3e175e6820a158d06c2ab495514b8c6 100644 (file)
@@ -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 $?
This page took 0.025462 seconds and 4 git commands to generate.