From cd7e9b70fd36096512eeffb2a7760a188e810b0b Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Fri, 10 Nov 2023 18:11:14 +0100 Subject: [PATCH] run_local_tests.sh: unquote tests var so lists and kola options can pass Signed-off-by: Thilo Fromm --- run_local_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_local_tests.sh b/run_local_tests.sh index 85670e2810..28fbc66140 100755 --- a/run_local_tests.sh +++ b/run_local_tests.sh @@ -104,7 +104,7 @@ function run_local_tests() ( if [[ -n "${tests}" ]] ; then echo "=================================" echo "Running qemu_uefi tests" - test_run "${arch}" qemu_uefi "${tests}" + test_run "${arch}" qemu_uefi ${tests} fi if ${update_tests} ; then