test(commands): skip temp home cleanup in agent suite · openclaw/openclaw@3baf4de
steipete
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -234,7 +234,11 @@ vi.mock("../config/sessions/transcript-resolve.runtime.js", () => {
|
234 | 234 | const runtime = createThrowingTestRuntime(); |
235 | 235 | |
236 | 236 | async function withTempHome<T>(fn: (home: string) => Promise<T>): Promise<T> { |
237 | | -return withTempHomeBase(fn, { prefix: "openclaw-agent-", skipSessionCleanup: true }); |
| 237 | +return withTempHomeBase(fn, { |
| 238 | +prefix: "openclaw-agent-", |
| 239 | +skipHomeCleanup: true, |
| 240 | +skipSessionCleanup: true, |
| 241 | +}); |
238 | 242 | } |
239 | 243 | |
240 | 244 | function mockConfig( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。