mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-03 13:47:19 +08:00
test(memory): clean up qmd fixture gracefully
This commit is contained in:
@@ -71,7 +71,9 @@ function killProcessTree(parentPid: number): void {
|
||||
);
|
||||
return;
|
||||
}
|
||||
process.kill(-parentPid, "SIGKILL");
|
||||
// The production abort path already force-kills the group. Cleanup after a
|
||||
// failed assertion starts gracefully so it cannot kill a reused group id.
|
||||
process.kill(-parentPid, "SIGTERM");
|
||||
}
|
||||
|
||||
describe("runCliCommand real process lifecycle", () => {
|
||||
|
||||
Reference in New Issue
Block a user