fix(e2e): kill timed npm install process groups · openclaw/openclaw@ce61d22
vincentkoc
·
2026-05-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -106,7 +106,7 @@ describe("scripts/lib/openclaw-e2e-instance.sh", () => {
|
106 | 106 | expect(result.status).toBe(0); |
107 | 107 | expect(result.stdout).toContain("Installing fixture package..."); |
108 | 108 | expect(fs.readFileSync(timeoutArgsPath, "utf8").trim()).toBe( |
109 | | -`--foreground --kill-after=30s 42s npm install -g ${packagePath} --no-fund --no-audit`, |
| 109 | +`--kill-after=30s 42s npm install -g ${packagePath} --no-fund --no-audit`, |
110 | 110 | ); |
111 | 111 | expect(fs.readFileSync(npmArgsPath, "utf8").trim()).toBe( |
112 | 112 | `install -g ${packagePath} --no-fund --no-audit`, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。