fix: Stop console after QEMU exits (#2125)

This commit is contained in:
Kroese
2026-08-10 03:37:05 +02:00
committed by GitHub
parent a4ae486d83
commit 5b9a376111
+1
View File
@@ -446,6 +446,7 @@ finish() {
warn "Timed out while waiting for $(app) to exit!" warn "Timed out while waiting for $(app) to exit!"
fi fi
stopConsole
echo echo
if (( failed == 0 )); then if (( failed == 0 )); then