mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
Raw output instead of output
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user