summaryrefslogtreecommitdiff
path: root/src/cmd/go/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/test.go')
-rw-r--r--src/cmd/go/test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/go/test.go b/src/cmd/go/test.go
index de69efe8f..56046a8c7 100644
--- a/src/cmd/go/test.go
+++ b/src/cmd/go/test.go
@@ -153,7 +153,8 @@ control the execution of any test:
If a test runs longer than t, panic.
-v
- Verbose output: log all tests as they are run.
+ Verbose output: log all tests as they are run. Also print all
+ text from Log and Logf calls even if the test succeeds.
The test binary, called pkg.test where pkg is the name of the
directory containing the package sources, can be invoked directly