-nographic is inserted by conftest.py, unless --graphic was passed to pytest, so it should be dropped from individual YAML configs to allow graphical operation.
Signed-off-by: Ahmad Fatoum <[email protected]> --- test/arm/qemu-sabrelite@multi_v7_defconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/arm/qemu-sabrelite@multi_v7_defconfig.yaml b/test/arm/qemu-sabrelite@multi_v7_defconfig.yaml index ee146018f29c..541272e8b12c 100644 --- a/test/arm/qemu-sabrelite@multi_v7_defconfig.yaml +++ b/test/arm/qemu-sabrelite@multi_v7_defconfig.yaml @@ -9,7 +9,7 @@ targets: kernel: barebox-dt-2nd.img dtb: imx6q-sabreliste.dtb display: qemu-default - extra_args: '-nographic -serial null' + extra_args: '-serial null' BareboxDriver: prompt: 'barebox@[^:]+:[^ ]+ ' bootstring: 'commandline:' -- 2.47.3
