cmd/go: test -i and -o options together don't work as expected #17078
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?go version go1.7 darwin/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
I tried to run
go test
with both the-i
and-o
flags. The help output implies this combination is supported:What did you expect to see?
I expected
go test -i -o testbinary
to create atestbinary
executable, and also install the package's dependencies.What did you see instead?
No executable created.
The text was updated successfully, but these errors were encountered: