Skip to content

Commit

Permalink
test: log qemu calls to ease debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Aug 16, 2023
1 parent 574628d commit 277fc4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-qemu
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ if [[ $* == *-initrd* ]]; then
ARGS+=(-kernel "$VMLINUZ")
fi

echo "${0##*/}: $BIN ${ARGS[*]@Q} ${*@Q}"
exec "$BIN" "${ARGS[@]}" "$@"

0 comments on commit 277fc4b

Please sign in to comment.