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