run_local_tests.sh: unquote tests var so lists and kola options can pass

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Thilo Fromm 2023-11-10 18:11:14 +01:00
parent e8db172bc5
commit cd7e9b70fd

View File

@ -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