diff options
author | Fam Zheng <famz@redhat.com> | 2015-11-23 10:32:10 +0800 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2015-11-25 14:29:39 +0100 |
commit | 4d7f853ff0054989a4f20f1f22d1ec489c669c3b (patch) | |
tree | 24d57ffe3e0c0d2c8288319574b17f51a1ba71c5 /tests/qemu-iotests/119 | |
parent | 903c341d5742b160e52752eb6fdc1ba9b87dc52e (diff) |
qemu-iotests: Add -nographic when starting QEMU in 119 and 120
Otherwise, a window flashes on my desktop (built with SDL). Add this as
other cases have it.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1448245930-15031-1-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/119')
-rwxr-xr-x | tests/qemu-iotests/119 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/119 b/tests/qemu-iotests/119 index 9a11f1b921..cc6ec07705 100755 --- a/tests/qemu-iotests/119 +++ b/tests/qemu-iotests/119 @@ -49,7 +49,7 @@ echo "{'execute': 'qmp_capabilities'} {'execute': 'human-monitor-command', 'arguments': {'command-line': 'qemu-io drv \"read -P 0 0 64k\"'}} {'execute': 'quit'}" \ - | $QEMU -drive id=drv,if=none,file="$TEST_IMG",driver=nbd \ + | $QEMU -nographic -drive id=drv,if=none,file="$TEST_IMG",driver=nbd \ -qmp stdio -nodefaults \ | _filter_qmp | _filter_qemu_io |