test(release): harden Codex harness status matching · openclaw/openclaw@6f3f137
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -124,6 +124,13 @@ describe("gateway codex harness live helpers", () => {
|
124 | 124 | ).toBe(true); |
125 | 125 | }); |
126 | 126 | |
| 127 | +it("accepts the online idle status emitted by current codex", () => { |
| 128 | +const text = |
| 129 | +"I'm online in `/tmp/openclaw-live-codex-harness-KiaUQ4/workspace/dev`, with workspace-write access. No active task is running right now."; |
| 130 | + |
| 131 | +expect(isExpectedCodexStatusCommandText(text)).toBe(true); |
| 132 | +}); |
| 133 | + |
127 | 134 | it("accepts the completed-work status emitted by current codex", () => { |
128 | 135 | const text = "No active work is running. Ready for the next task."; |
129 | 136 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。