mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +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
|
if [[ -n "${tests}" ]] ; then
|
||||||
echo "================================="
|
echo "================================="
|
||||||
echo "Running qemu_uefi tests"
|
echo "Running qemu_uefi tests"
|
||||||
test_run "${arch}" qemu_uefi "${tests}"
|
test_run "${arch}" qemu_uefi ${tests}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ${update_tests} ; then
|
if ${update_tests} ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user