mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Use thread::Builder to give the test thread a name matching the test so Guest picks it up automatically. After every test, call ProcessRegistry::cleanup() to kill the process group instead of the old pkill based cleanup_stale_processes(). Remove cleanup_stale_processes() and its call sites. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>