Commit 482f3e84 authored by Robert Daniel Kortschak's avatar Robert Daniel Kortschak Committed by Russ Cox

cmd/go: indicate that flags unrecognized by 'go test' must follow package specification

R=rsc, minux.ma
CC=golang-dev
https://golang.org/cl/7300063
parent 1e01fba2
......@@ -766,6 +766,8 @@ will compile the test binary and then run it as
The test flags that generate profiles also leave the test binary in pkg.test
for use when analyzing the profiles.
Flags not recognized by 'go test' must be placed after any specified packages.
Description of testing functions
......
......@@ -167,6 +167,8 @@ will compile the test binary and then run it as
The test flags that generate profiles also leave the test binary in pkg.test
for use when analyzing the profiles.
Flags not recognized by 'go test' must be placed after any specified packages.
`,
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment