mirror of
https://github.com/openai/codex.git
synced 2026-05-01 11:52:10 +03:00
recognizing codex-rs
This commit is contained in:
@@ -30,7 +30,7 @@ fn run_live(prompt: &str) -> (assert_cmd::assert::Assert, TempDir) {
|
||||
// implementation). Instead we configure the std `Command` ourselves, then later hand the
|
||||
// resulting `Output` to `assert_cmd` for the familiar assertions.
|
||||
|
||||
let mut cmd = Command::cargo_bin("codex").unwrap();
|
||||
let mut cmd = Command::cargo_bin("codex-rs").unwrap();
|
||||
cmd.current_dir(dir.path());
|
||||
cmd.env("OPENAI_API_KEY", require_api_key());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user