Skip to content

Fix Windows CLI test binary resolution#1

Merged
davidahmann merged 4 commits intomainfrom
codex/fix-nightly-windows-binpath
Feb 18, 2026
Merged

Fix Windows CLI test binary resolution#1
davidahmann merged 4 commits intomainfrom
codex/fix-nightly-windows-binpath

Conversation

@davidahmann
Copy link
Contributor

@davidahmann davidahmann commented Feb 18, 2026

Summary

  • fix internal/testutil.BuildBinary to return the actual built CLI path on all platforms
  • handle both proof and proof.exe outputs after go build
  • fail fast with a clear message if neither output exists

Why

Nightly run 22138954265 failed on windows-latest because CLI tests executed proof while Go emitted proof.exe.

Validation

  • ./scripts/test_hardening.sh
  • go test ./...

@davidahmann davidahmann merged commit 8174120 into main Feb 18, 2026
11 checks passed
@davidahmann davidahmann deleted the codex/fix-nightly-windows-binpath branch February 18, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments