1
0
mirror of https://github.com/golang/go synced 2024-11-12 01:00:22 -07:00

cmd/go: mention examples in docs for -test.run

Missed in my last round. These things sure appear
in a lot of places.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5699096
This commit is contained in:
Rob Pike 2012-02-28 08:55:25 +11:00
parent ec15046a8d
commit 5573fa3bc5
2 changed files with 4 additions and 2 deletions

View File

@ -565,7 +565,8 @@ directory containing the package sources, has its own flags:
Verbose output: log all tests as they are run.
-test.run pattern
Run only those tests matching the regular expression.
Run only those tests and examples matching the regular
expression.
-test.bench pattern
Run benchmarks matching the regular expression.

View File

@ -93,7 +93,8 @@ directory containing the package sources, has its own flags:
Verbose output: log all tests as they are run.
-test.run pattern
Run only those tests matching the regular expression.
Run only those tests and examples matching the regular
expression.
-test.bench pattern
Run benchmarks matching the regular expression.