]> git.proxmox.com Git - qemu.git/commit
qemu-iotests: use -nographic in test case 007
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 14 Mar 2013 16:06:55 +0000 (17:06 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 Mar 2013 15:07:51 +0000 (16:07 +0100)
commit804dd41792c8bdc0c8b34c8e580882ff8ef736d8
treed56b0fc0fb9c7e5109c5b40f550479b6006da726
parentacbf30ec601b1f817febc4500025b7c4181312c4
qemu-iotests: use -nographic in test case 007

A comment explains that -nographic hangs test case 007.  This is no
longer the case so add -nographic.  This makes the test suite faster and
more pleasant to run since no windows pop up.

I am not sure exactly when -nographic starting working for this case but
there is no fundamental reason why graphics are needed here.  Make sure
the serial port is not on stdio, it would conflict with the monitor.

Also remove unnecessary trailing whitespace on these lines.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Tested-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/007