]> git.proxmox.com Git - qemu.git/commit
qtest: Use -display none by default
authorAndreas Färber <afaerber@suse.de>
Mon, 18 Nov 2013 16:36:34 +0000 (17:36 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 19 Nov 2013 09:28:14 +0000 (10:28 +0100)
commit2ad645d2854746b55ddfd1d8e951f689cca5d78f
tree5cc1db677afe89f2898d96cad243ede5c6339f32
parent06d22aa36706a3d6051b74c8a183ab554a0cb808
qtest: Use -display none by default

This avoids each test needing to add it to suppress windows popping up.

[Commit 7ceeedd016facf8d58e14a0d1417fa7225d71072 ("blockdev-test: add
test case for drive_add duplicate IDs") and commit
43cd209803d6cffb1e1a028c9ff2fd0ff4fce954 ("qdev-monitor-test: add
device_add leak test cases") added qtest tests without specifying
-display none.

As a result, "make check" now tries to use graphics (GTK or SDL).  Since
graphics are not used by the test and inappropriate for headless "make
check" runs, add the missing -display none.

This fixes "make check" in the QEMU buildbot.
-- Stefan]

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/boot-order-test.c
tests/endianness-test.c
tests/fw_cfg-test.c
tests/hd-geo-test.c
tests/i440fx-test.c
tests/libqtest.c
tests/m48t59-test.c
tests/qom-test.c
tests/rtc-test.c
tests/tmp105-test.c