mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
Meta: Manually redirect CI serial output to stdout
`-nographic` additionally reconfigures the Terminal, which clears the previous scrollback and (ocasionally) breaks line wrapping. This is probably not something that we want, so only ask for the redirection behavior.
This commit is contained in:
parent
03fbd6c0c8
commit
acc0fb7a47
2 changed files with 3 additions and 3 deletions
|
@ -523,7 +523,7 @@ elif [ "$SERENITY_RUN" = "ci" ]; then
|
|||
-M raspi3b \
|
||||
-d guest_errors \
|
||||
-no-reboot \
|
||||
-nographic \
|
||||
-serial mon:stdio \
|
||||
-monitor none \
|
||||
-display none \
|
||||
-serial file:debug.log \
|
||||
|
@ -541,7 +541,7 @@ elif [ "$SERENITY_RUN" = "ci" ]; then
|
|||
-no-reboot \
|
||||
-smp ${SERENITY_CPUS} \
|
||||
-device ich9-ahci \
|
||||
-nographic \
|
||||
-serial mon:stdio \
|
||||
-display none \
|
||||
-debugcon file:debug.log \
|
||||
$SERENITY_KERNEL_AND_INITRD \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue