Skip to content

Commit 3d68988

Browse files
authored
Remove QEMU monitor output from semihosting tests (#68)
1 parent 907742f commit 3d68988

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

rules/qemu_runner.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def _impl(ctx):
1111

1212
fixed_args = [
1313
"-display none",
14-
"-monitor stdio",
1514
] if ctx.attr.enable_default_args else []
1615
if cfg.semihosting:
1716
fixed_args.append("-semihosting-config enable=on,target=auto")

test/global_ctor_dtor.stdout

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
QEMU 9.2.4 monitor - type 'help' for more information
2-
(qemu) chatty()
1+
chatty()
32
in main
43
~chatty()

test/hello_semihosting.stdout

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
QEMU 9.2.4 monitor - type 'help' for more information
2-
(qemu) hello semihosting!
1+
hello semihosting!

0 commit comments

Comments
 (0)