aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/067
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2014-11-17 13:31:06 +0100
committerKevin Wolf <kwolf@redhat.com>2014-12-10 10:25:30 +0100
commit2389eeae690b68e9d6a17cb10a5a7c7ec58009a1 (patch)
treec77591ed310836a580aa3f8e1245e2344a2a169d /tests/qemu-iotests/067
parentcc20b07a421ba39413111813b4016745fee11f08 (diff)
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: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/067')
-rwxr-xr-xtests/qemu-iotests/0672
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/067 b/tests/qemu-iotests/067
index d025192c83..29cd6b5aff 100755
--- a/tests/qemu-iotests/067
+++ b/tests/qemu-iotests/067
@@ -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
}