X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fpython-plugin-provider%2Ftest_python_plugin_provider.in;h=9156786bd3e175e6820a158d06c2ab495514b8c6;hb=9991ccbbfc58936df916625156fb9379523fea1f;hp=4e3c097e55195fd50d56503ed7e6fcca38f4bccf;hpb=2faa355b46e183a996429ee3df1eb3f7f5f13d18;p=babeltrace.git 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 $?