cmd/go: go test -c
does not accept -o $dir
#58162
Labels
FrozenDueToAge
GoCommand
cmd/go
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Since Go 1.14 (#14295),
go build -o $dir ./...
has allowed one to build multiple packages and write their executables to a directory.Since
go test -c
is closely analogous togo build
, I expected it to be able to do the same. However, it does not:The text was updated successfully, but these errors were encountered: