test(release): stabilize live codex gates · openclaw/openclaw@7a10002
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -223,6 +223,7 @@ openclaw_live_codex_harness_append_build_extension codex
|
223 | 223 | # Codex. This lane must rebuild the live image so the plugin-owned harness is |
224 | 224 | # present under the bundled plugin runtime directory. |
225 | 225 | OPENCLAW_SKIP_DOCKER_BUILD=0 |
| 226 | +export OPENCLAW_SKIP_DOCKER_BUILD |
226 | 227 | OPENCLAW_LIVE_DOCKER_REPO_ROOT="$ROOT_DIR" "$TRUSTED_HARNESS_DIR/scripts/test-live-build-docker.sh" |
227 | 228 | |
228 | 229 | echo "==> Run Codex harness live test in Docker" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -292,7 +292,7 @@ describeLive("tool replay repair live", () => {
|
292 | 292 | |
293 | 293 | expect(response.stopReason).not.toBe("error"); |
294 | 294 | if (text.length > 0) { |
295 | | -expect(text).toMatch(/^replay repair ok\.?$/i); |
| 295 | +expect(text).toMatch(/^replay repair(?: ok)?\.?$/i); |
296 | 296 | } |
297 | 297 | }, |
298 | 298 | 3 * 60 * 1000, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。