From bf36c3589cd1a23fec3be6948f58ee8e75da0c4e Mon Sep 17 00:00:00 2001 From: starr-openai Date: Wed, 13 May 2026 11:58:33 -0700 Subject: [PATCH] codex: preserve startup failure test cwd allow after rebase Co-authored-by: Codex --- codex-rs/core/src/unified_exec/process_manager_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/src/unified_exec/process_manager_tests.rs b/codex-rs/core/src/unified_exec/process_manager_tests.rs index c75ee063da..eba2301f8e 100644 --- a/codex-rs/core/src/unified_exec/process_manager_tests.rs +++ b/codex-rs/core/src/unified_exec/process_manager_tests.rs @@ -248,6 +248,7 @@ async fn startup_failure_emits_begin_then_failed_end() { codex_exec_server::Environment::create_for_tests(Some("not-a-websocket-url".to_string())) .expect("remote test environment"), ); + #[allow(deprecated)] let request = ExecCommandRequest { command: vec!["echo".to_string(), "hello".to_string()], hook_command: String::new(),