ci-automation: print kola command line

For running kola manually and knowing which parameters where set, it
helps to print the kola command line in the job.
This commit is contained in:
Kai Lueke 2022-03-09 16:44:06 +01:00
parent 0c8d96edaa
commit 79e07bca44

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