tests/utils/utils.sh: run_python_bt2_test(): remove useless `test_runner_args` var.
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Nov 2023 05:21:54 +0000 (00:21 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 7 Feb 2024 21:25:56 +0000 (16:25 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ib2122628f627ba89e3e9f56597711c8498a8ea86

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.025853 seconds and 4 git commands to generate.