Fix: use configured python in test_python_plugin_provider
[babeltrace.git] / 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.023815 seconds and 4 git commands to generate.