X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=aca52529a12f29884a8b82fb0877305d1c0ca9c1;hb=107915d4888bb0f7bb1c01c17049faf26902225a;hp=1d49b05a6ba2060488e044a764848ffea69338cd;hpb=163f39d1a8ff2505c4349f1834dc289158daee54;p=babeltrace.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 1d49b05a..aca52529 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -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"