mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/go: drop -example, apply -run to examples
Once more, with feeling. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5698080
This commit is contained in:
parent
1f5fde0915
commit
ec15046a8d
4 changed files with 3 additions and 16 deletions
|
|
@ -99,7 +99,7 @@ var (
|
|||
|
||||
// Report as tests are run; default is silent for success.
|
||||
chatty = flag.Bool("test.v", false, "verbose: print additional output")
|
||||
match = flag.String("test.run", "", "regular expression to select tests to run")
|
||||
match = flag.String("test.run", "", "regular expression to select tests and examples to run")
|
||||
memProfile = flag.String("test.memprofile", "", "write a memory profile to the named file after execution")
|
||||
memProfileRate = flag.Int("test.memprofilerate", 0, "if >=0, sets runtime.MemProfileRate")
|
||||
cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to the named file during execution")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue