1
0
mirror of https://github.com/golang/go synced 2024-11-26 15:06:52 -07:00

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
This commit is contained in:
Robert Daniel Kortschak 2013-02-08 16:00:59 -05:00 committed by Russ Cox
parent 1e01fba2fc
commit 482f3e8481
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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.
`,
}