mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/go: clarify the -o testflag is only for copying the binary
Fixes #74769 Change-Id: Iebbaea8fb1a25e30a541a827815def9e269a8135 Reviewed-on: https://go-review.googlesource.com/c/go/+/709255 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@golang.org> Reviewed-by: Ian Alexander <jitsu@google.com> Reviewed-by: Michael Matloob <matloob@google.com>
This commit is contained in:
parent
c761b26b56
commit
b8b84b789e
2 changed files with 2 additions and 2 deletions
|
|
@ -1953,7 +1953,7 @@
|
||||||
// Also emits build output in JSON. See 'go help buildjson'.
|
// Also emits build output in JSON. See 'go help buildjson'.
|
||||||
//
|
//
|
||||||
// -o file
|
// -o file
|
||||||
// Compile the test binary to the named file.
|
// Save a copy of the test binary to the named file.
|
||||||
// The test still runs (unless -c or -i is specified).
|
// The test still runs (unless -c or -i is specified).
|
||||||
// If file ends in a slash or names an existing directory,
|
// If file ends in a slash or names an existing directory,
|
||||||
// the test is written to pkg.test in that directory.
|
// the test is written to pkg.test in that directory.
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ In addition to the build flags, the flags handled by 'go test' itself are:
|
||||||
Also emits build output in JSON. See 'go help buildjson'.
|
Also emits build output in JSON. See 'go help buildjson'.
|
||||||
|
|
||||||
-o file
|
-o file
|
||||||
Compile the test binary to the named file.
|
Save a copy of the test binary to the named file.
|
||||||
The test still runs (unless -c or -i is specified).
|
The test still runs (unless -c or -i is specified).
|
||||||
If file ends in a slash or names an existing directory,
|
If file ends in a slash or names an existing directory,
|
||||||
the test is written to pkg.test in that directory.
|
the test is written to pkg.test in that directory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue