mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
When a test process group cannot be reaped, the host is left with an orphaned guest whose ports and interfaces block later tests. Continuing produces cascading failures that hide the original issue. Treat a failed cleanup as a test error. By default the runner aborts, and under --continue-on-failure it records the failure and keeps going. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>