From 6f917c2fe1e93a1a7c5bee984ec17cf9ef4edc1f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 24 Jun 2026 14:01:09 +0000 Subject: [PATCH] =?UTF-8?q?test(entrypoint):=20=E6=9B=B4=E6=96=B0=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=20codex=20=E6=8C=87=E4=BB=A4=E9=8C=AF=E8=AA=A4?= =?UTF-8?q?=E9=A9=97=E8=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/entrypoint_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entrypoint_test.sh b/tests/entrypoint_test.sh index f3a0b3d..2b9f295 100755 --- a/tests/entrypoint_test.sh +++ b/tests/entrypoint_test.sh @@ -185,7 +185,7 @@ test_missing_codex_command_output() { assert_status "$status" 1 grep -q "status=failed" "$tmpdir/github-output" || die "missing codex command failed status output" - grep -q "spawn codex ENOENT" "$tmpdir/github-output" || die "missing codex command error output" + grep -q "Unable to find codex command" "$tmpdir/github-output" || die "missing codex command error output" [[ ! -e "$tmpdir/codex-home/auth.json" ]] || die "auth.json was not cleaned up after missing codex" rm -rf "$tmpdir" }