Fix: tests: use the test suite configured python binary
[babeltrace.git] / tests / plugins / sink.text.pretty / test_enum
index ed241c3b39cac53722e878b30f54e6cd2e2bc796..b943efc0190a3d6f4215b089058b24afd341ba8f 100755 (executable)
@@ -36,7 +36,7 @@ function compare_enum_sorted
        # data structures differently (e.g. dictionaries are insertion sorted
        # since Python 3.7).
 
-       run_python_bt2 python3 "${BT_TESTS_SRCDIR}/utils/python/split_sort_compare.py" \
+       run_python_bt2 "${BT_TESTS_PYTHON_BIN}" "${BT_TESTS_SRCDIR}/utils/python/split_sort_compare.py" \
                "$(cat $expected_file)" "$(cat $actual_file)"
 }
 
This page took 0.0249 seconds and 4 git commands to generate.