From 466e2a2fb73a5933892ac17a95f0e96bd4269bad Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Mon, 26 Jul 2021 00:12:18 +0430 Subject: [PATCH] Meta: Don't reboot on triple-fault in CI mode Instead, just make QEMU quit immediately. --- Meta/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/run.sh b/Meta/run.sh index d9ed46b7bf..a171713d2f 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -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 \