mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
Meta: Don't pass ^C through the serial console on CI
`-serial mon:stdio` passes through all kinds of key combinations, `-serial stdio` doesn't. This probably isn't something that we want while running tests or CI, so switch to the non-passing variant. aarch64 actually failed to run due to this, since it already had `-serial stdio` in its arguments, causing a conflict. This is why that entry is now gone entirely.
This commit is contained in:
parent
fff1645c6b
commit
b91d03c2b8
2 changed files with 2 additions and 3 deletions
|
@ -106,7 +106,7 @@ SystemModes=self-test
|
|||
```
|
||||
|
||||
`/dev/ttyS0` is used as stdio because that serial port is connected when qemu is run with `-display none` and
|
||||
`-serial mon:stdio`, and output to it will show up in the stdout of the qemu window. Separately, the CI run script redirects
|
||||
`-serial stdio`, and output to it will show up in the stdout of the qemu window. Separately, the CI run script redirects
|
||||
the serial debug output to `./debug.log` so that both stdout of the tests and the dbgln from the kernel/tests can be
|
||||
captured.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue