fb_bench: start QEMU with -nographic

Enables us to test on our machines without SDL and X.

Ref #2268
This commit is contained in:
Martin Stein 2017-01-31 13:30:44 +01:00 committed by Norman Feske
parent 066a5e9670
commit 223cc06341

View File

@ -90,4 +90,7 @@ lappend_if [have_spec gpio] boot_modules gpio_drv
build_boot_image $boot_modules
# disable QEMU graphic to enable testing on our machines without SDL and X
append qemu_args "-nographic -m 128"
run_genode_until {.*--- Framebuffer benchmark finished ---.*\n} 30