mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 21:10:30 +00:00
Meta: Don't reboot on triple-fault in CI mode
Instead, just make QEMU quit immediately.
This commit is contained in:
parent
6a537ceef1
commit
466e2a2fb7
Notes:
sideshowbarker
2024-07-18 08:21:09 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/466e2a2fb73 Pull-request: https://github.com/SerenityOS/serenity/pull/9007
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ elif [ "$SERENITY_RUN" = "ci" ]; then
|
|||
-m $SERENITY_RAM_SIZE \
|
||||
-cpu $SERENITY_QEMU_CPU \
|
||||
-d guest_errors \
|
||||
-no-reboot \
|
||||
-smp 2 \
|
||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk \
|
||||
-device ich9-ahci \
|
||||
|
|
Loading…
Reference in a new issue