From: Benjamin Drung Date: Wed, 16 Aug 2023 17:21:26 +0000 (+0200) Subject: test: log qemu calls to ease debugging X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fdracut.git;a=commitdiff_plain;h=a1e63b184517112efcce253f3962cab50fe25927 test: log qemu calls to ease debugging Signed-off-by: Benjamin Drung --- diff --git a/test/run-qemu b/test/run-qemu index e97e30aeb..152229344 100755 --- a/test/run-qemu +++ b/test/run-qemu @@ -46,4 +46,5 @@ if [[ $* == *-initrd* ]]; then ARGS+=(-kernel "$VMLINUZ") fi +echo "${0##*/}: $BIN ${ARGS[*]@Q} ${*@Q}" exec "$BIN" "${ARGS[@]}" "$@"