mirror of
https://github.com/golang/go.git
synced 2025-12-28 06:34:04 +00:00
cmd/go: remove reference to no longer existing -i flag
The flag was removed in CL 416094. Fixes #76850 Change-Id: Ia219b4d2d8391f08487b4ff1bbec43766a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/730721 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@google.com> Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
eecdb61eeb
commit
8564fede89
@ -1954,7 +1954,7 @@
|
||||
//
|
||||
// -o 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 is specified).
|
||||
// If file ends in a slash or names an existing directory,
|
||||
// the test is written to pkg.test in that directory.
|
||||
//
|
||||
|
||||
@ -163,7 +163,7 @@ In addition to the build flags, the flags handled by 'go test' itself are:
|
||||
|
||||
-o 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 is specified).
|
||||
If file ends in a slash or names an existing directory,
|
||||
the test is written to pkg.test in that directory.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user