Merge pull request #245 from flatcar-linux/kai/sdk-tests

ci-automation: print kola command line
This commit is contained in:
Kai Lüke 2022-03-10 12:06:07 +01:00 committed by GitHub
commit fff05f00c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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