]> Cypherpunks repositories - gostls13.git/commit
cmd/go, testing: revise docs for test flags
authorRuss Cox <rsc@golang.org>
Mon, 4 Feb 2013 04:47:03 +0000 (23:47 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 4 Feb 2013 04:47:03 +0000 (23:47 -0500)
commit89a2a8c8df6f494dc75dd6a44dcd8ad1eccf1a20
tree58148ec790c7c8653da26db8452a84de8a6861d8
parent4e285bac6e6bafb443e0c3aef94c424bc96967e8
cmd/go, testing: revise docs for test flags

In cmd/go's 'go help testflag':
* Rewrite list of flags to drop test. prefix on every name.
* Sort list of flags.
* Add example of using -bench to match all benchmarks.

In testing:
* Remove mention of undefined 'CPU group' concept.

Fixes #4488.
Fixes #4508.

R=adg
CC=golang-dev
https://golang.org/cl/7288053
src/cmd/go/test.go
src/pkg/testing/testing.go