Fix: tests: use run_python in gen_mctf_trace
[babeltrace.git] / tests / utils / utils.sh
index 937b97e9ef31b108ececc94ee6a6442e864aed5c..da389f38b34068253113faa3b1f24ba83b97c9ca 100644 (file)
@@ -419,6 +419,6 @@ gen_mctf_trace() {
        local base_dir="$2"
 
        diag "Running: ${BT_TESTS_PYTHON_BIN} ${BT_TESTS_SRCDIR}/utils/python/mctf.py --base-dir ${base_dir} ${input_file}"
-       "${BT_TESTS_PYTHON_BIN}" "${BT_TESTS_SRCDIR}/utils/python/mctf.py" \
+       run_python "${BT_TESTS_PYTHON_BIN}" "${BT_TESTS_SRCDIR}/utils/python/mctf.py" \
                --base-dir "${base_dir}" "${input_file}"
 }
This page took 0.024052 seconds and 4 git commands to generate.