mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
fix: Stop console after QEMU exits (#1366)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user