fix: Stop console after QEMU exits (#1366)

This commit is contained in:
Kroese
2026-08-10 03:36:49 +02:00
committed by GitHub
parent 07595976b2
commit 6f69eb5c68
+2 -1
View File
@@ -29,14 +29,15 @@ finish() {
forceKillQemu "$reason"
cleanupHelpers "$HOST_PID"
fKill "print.sh"
rm -f -- "$HOST_API_SOCKET" "$HOST_AGENT_SOCKET"
if ! waitQemuExit 10; then
warn "Timed out while waiting for $(app) to exit!"
fi
stopConsole
echo
if (( failed == 0 )); then