From 6b7253b123a65038fe215a5252002054ad93744f Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Mon, 9 Mar 2026 23:12:36 -0700 Subject: [PATCH] Fix unified exec test output assertion (#14184) ## Summary - update the unified exec test to use truncated_output() instead of the removed output field - fix the compile failure on latest main after ExecCommandToolOutput changed shape --- codex-rs/core/src/unified_exec/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/unified_exec/mod.rs b/codex-rs/core/src/unified_exec/mod.rs index 0d11c107c..c090346a2 100644 --- a/codex-rs/core/src/unified_exec/mod.rs +++ b/codex-rs/core/src/unified_exec/mod.rs @@ -444,7 +444,7 @@ mod tests { "pause should block the unified exec yield timeout" ); assert!( - response.output.contains("unified-exec-done"), + response.truncated_output().contains("unified-exec-done"), "exec_command should wait for output after the pause lifts" ); assert!(