You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code in ginkgo/build/build_command.go is setting goFlagsConfig.O on the first completed suite, then re-using that same value when reporting each subsequent suite which was compiled.
It is likely that this does not occur when -o outputdir/ is passed to ginkgo build.
I am more than willing to code a fix, since it does not seem complicated.
The text was updated successfully, but these errors were encountered:
The command being run
Expected output
Actual output
Probable cause
Code in
ginkgo/build/build_command.go
is settinggoFlagsConfig.O
on the first completed suite, then re-using that same value when reporting each subsequent suite which was compiled.It is likely that this does not occur when
-o outputdir/
is passed toginkgo build
.I am more than willing to code a fix, since it does not seem complicated.
The text was updated successfully, but these errors were encountered: