Merge pull request #245 from flatcar-linux/scripts

ci-automation: print kola command line
This commit is contained in:
Kai Lueke 2022-03-10 12:07:14 +01:00
commit 565833da31

View File

@ -51,6 +51,7 @@ if [ "${testscript}" = "qemu_uefi.sh" ] ; then
fi
fi
set -x
set -o noglob
sudo kola run \
@ -64,3 +65,4 @@ sudo kola run \
$@
set +o noglob
set +x