From 107915d4888bb0f7bb1c01c17049faf26902225a Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 10 Nov 2023 00:21:54 -0500 Subject: [PATCH] tests/utils/utils.sh: run_python_bt2_test(): remove useless `test_runner_args` var. Signed-off-by: Philippe Proulx Change-Id: Ib2122628f627ba89e3e9f56597711c8498a8ea86 --- tests/utils/utils.sh | 6 ------ 1 file changed, 6 deletions(-) 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" -- 2.34.1