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