Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix binary paths when precompiling multiple suites. #1511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rjacobs31
Copy link

Fixes issue #1510.

When precompiling multiple suites with one invocation of go build, it currently takes the name of the first output binary and reports that as the output binary for every suite after that as well. When -o outputdir is passed to ginkgo build, this doesn't happen.

This PR doesn't use goFlagsConfig.O unless it was actually set beforehand, which prevents the suites from being reported incorrectly.

@rjacobs31 rjacobs31 force-pushed the fix/ginkgo-build-compiled-reporting branch from 1ba25d7 to baa6a8e Compare January 21, 2025 15:48
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