tests/utils/utils.sh: run_python_bt2_test(): make `python_exec` var. local
[babeltrace.git] / tests / utils / utils.sh
index aa7353b7781846c708b4b5c2d9a3037dd3af72cf..8320b18939cfeb900261ec19b3b6bcd9ed254dd3 100644 (file)
@@ -460,6 +460,8 @@ run_python_bt2_test() {
        local -r test_dir="$1"
        local -r test_pattern="${2:-'*'}"
 
+       local python_exec
+
        if test "${BT_TESTS_COVERAGE:-}" = "1"; then
                python_exec="check_coverage"
        else
This page took 0.022509 seconds and 4 git commands to generate.