test(plugins): pass live clawhub flag to docker · openclaw/openclaw@43aaeee
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,6 +14,7 @@ DOCKER_ENV_ARGS=(
|
14 | 14 | ) |
15 | 15 | for env_name in \ |
16 | 16 | OPENCLAW_PLUGINS_E2E_CLAWHUB \ |
| 17 | + OPENCLAW_PLUGINS_E2E_LIVE_CLAWHUB \ |
17 | 18 | OPENCLAW_PLUGINS_E2E_CLAWHUB_SPEC \ |
18 | 19 | OPENCLAW_PLUGINS_E2E_CLAWHUB_ID \ |
19 | 20 | OPENCLAW_CLAWHUB_URL \ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -275,6 +275,7 @@ describe("docker build helper", () => {
|
275 | 275 | const clawhub = readFileSync(PLUGINS_DOCKER_CLAWHUB_PATH, "utf8"); |
276 | 276 | |
277 | 277 | expect(runner).toContain("scripts/e2e/lib/plugins/sweep.sh"); |
| 278 | +expect(runner).toContain("OPENCLAW_PLUGINS_E2E_LIVE_CLAWHUB"); |
278 | 279 | expect(sweep).toContain("scripts/e2e/lib/plugins/clawhub.sh"); |
279 | 280 | expect(clawhub).toContain("start_clawhub_fixture_server()"); |
280 | 281 | expect(clawhub).toContain('OPENCLAW_CLAWHUB_URL="http://127.0.0.1:'); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。