test(release): accept codex normal status prose · openclaw/openclaw@7bc2deb
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -132,6 +132,15 @@ describe("gateway codex harness live helpers", () => {
|
132 | 132 | ).toBe(true); |
133 | 133 | }); |
134 | 134 | |
| 135 | +it("accepts the normal-work status emitted by current codex", () => { |
| 136 | +const text = |
| 137 | +"Working normally. Current cwd is `/tmp/openclaw-live-codex-harness/workspace/dev`, sandbox is workspace-write, network is restricted, and the current date is 2026-05-09 UTC."; |
| 138 | + |
| 139 | +expect( |
| 140 | +EXPECTED_CODEX_STATUS_COMMAND_TEXT.some((expectedText) => text.includes(expectedText)), |
| 141 | +).toBe(true); |
| 142 | +}); |
| 143 | + |
135 | 144 | it("accepts the ready status emitted by current codex", () => { |
136 | 145 | const text = "Ready."; |
137 | 146 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。