test(docker): install procps for plugin watchdogs · openclaw/openclaw@49b1770
vincentkoc
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -92,6 +92,12 @@ describe("docker build helper", () => {
|
92 | 92 | ); |
93 | 93 | }); |
94 | 94 | |
| 95 | +it("includes procps in the shared Docker E2E image for process watchdogs", () => { |
| 96 | +const dockerfile = readFileSync("scripts/e2e/Dockerfile", "utf8"); |
| 97 | + |
| 98 | +expect(dockerfile).toContain("procps"); |
| 99 | +}); |
| 100 | + |
95 | 101 | it("preserves pnpm lookup paths for scheduled Docker child lanes", () => { |
96 | 102 | const scheduler = readFileSync(DOCKER_ALL_SCHEDULER_PATH, "utf8"); |
97 | 103 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。