mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
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:
parent
e8db172bc5
commit
cd7e9b70fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user