fix(test): enable live cache script gates · openclaw/openclaw@72c6813
vincentkoc
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1708,7 +1708,7 @@
|
1708 | 1708 | "test:install:e2e:openai": "OPENCLAW_E2E_MODELS=openai bash scripts/test-install-sh-e2e-docker.sh", |
1709 | 1709 | "test:install:smoke": "bash scripts/test-install-sh-docker.sh", |
1710 | 1710 | "test:live": "node scripts/test-live.mjs", |
1711 | | -"test:live:cache": "node --import tsx scripts/check-live-cache.ts", |
| 1711 | +"test:live:cache": "node scripts/run-with-env.mjs OPENCLAW_LIVE_TEST=1 OPENCLAW_LIVE_CACHE_TEST=1 -- node --import tsx scripts/check-live-cache.ts", |
1712 | 1712 | "test:live:codex-harness": "node scripts/test-live.mjs --codex-harness -- src/gateway/gateway-codex-harness.live.test.ts", |
1713 | 1713 | "test:live:crestodian-rescue-channel": "node scripts/run-with-env.mjs OPENCLAW_LIVE_CRESTODIAN_RESCUE_CHANNEL=1 -- node scripts/test-live.mjs -- src/crestodian/rescue-channel.live.test.ts", |
1714 | 1714 | "test:live:gateway-profiles": "node scripts/test-live.mjs -- src/gateway/gateway-models.profiles.live.test.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。