Skip to content

Commit cd7e9b7

Browse files
committed
run_local_tests.sh: unquote tests var so lists and kola options can pass
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
1 parent e8db172 commit cd7e9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_local_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function run_local_tests() (
104104
if [[ -n "${tests}" ]] ; then
105105
echo "================================="
106106
echo "Running qemu_uefi tests"
107-
test_run "${arch}" qemu_uefi "${tests}"
107+
test_run "${arch}" qemu_uefi ${tests}
108108
fi
109109

110110
if ${update_tests} ; then

0 commit comments

Comments
 (0)