aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/067
diff options
context:
space:
mode:
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
}