Commit 2389eeae authored by Max Reitz's avatar Max Reitz Committed by Kevin Wolf
Browse files

iotests: Use -qmp-pretty in 067



067 invokes query-block, resulting in a reference output with really
long lines (which may pose a problem in email patches and always poses a
problem when the output changes, because it is hard to see what has
actually changed). Use -qmp-pretty to mitigate this issue.

Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent cc20b07a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ _supported_os Linux
function do_run_qemu()
{
    echo Testing: "$@"
    $QEMU -nographic -qmp stdio -serial none "$@"
    $QEMU -nographic -qmp-pretty stdio -serial none "$@"
    echo
}

+722 −57

File changed.

Preview size limit exceeded, changes collapsed.