From 79e07bca44865becf4f37938ac075040a519aa05 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 9 Mar 2022 16:44:06 +0100 Subject: [PATCH] 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. --- ci-automation/vendor-testing/qemu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-automation/vendor-testing/qemu.sh b/ci-automation/vendor-testing/qemu.sh index fe3788d7c4..568d7dc03b 100755 --- a/ci-automation/vendor-testing/qemu.sh +++ b/ci-automation/vendor-testing/qemu.sh @@ -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