Skip to content

Commit 84b7c5d

Browse files
committed
ci: disable qemu display
1 parent 93af65d commit 84b7c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ test-args = [
2626
"isa-debug-exit,iobase=0xf4,iosize=0x04",
2727
"-serial",
2828
"stdio",
29+
"-display",
30+
"none",
2931
]
3032
# (0x10 << 1) | 1 = 32 | 1 = 33
3133
test-success-exit-code = 33

0 commit comments

Comments
 (0)