tests/utils/utils.sh: run_python_bt2_test(): remove useless `test_runner_args` var.
[babeltrace.git] / tests / utils / utils.sh
index 1d49b05a6ba2060488e044a764848ffea69338cd..aca52529a12f29884a8b82fb0877305d1c0ca9c1 100644 (file)
@@ -461,12 +461,6 @@ run_python_bt2_test() {
        local test_pattern="${2:-'*'}"
 
        local ret
-       local test_runner_args=()
-
-       test_runner_args+=("$test_dir")
-       if [ -n "${test_pattern}" ]; then
-               test_runner_args+=("${test_pattern}")
-       fi
 
        if test "${BT_TESTS_COVERAGE:-}" = "1"; then
                python_exec="check_coverage"
This page took 0.024239 seconds and 4 git commands to generate.