]> Cypherpunks repositories - gostls13.git/commit
testing: document that logs are dumped to standard output
authorIan Lance Taylor <iant@golang.org>
Tue, 21 Jun 2016 22:17:56 +0000 (15:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 23 Jun 2016 04:31:19 +0000 (04:31 +0000)
commitaa6345d3c91167f1e81bff9e8655e7aaac7762bd
tree5c0a5c937557d9a39081409628770d310acef7b6
parentbc3bcfd4e76195ead984e9d2ae1a1783d1272dc4
testing: document that logs are dumped to standard output

Since at least 1.0.3, the testing package has said that logs are dumped
to standard error, but has in fact dumped the logs to standard output.
We could change to dump to standard error, but after doing it this way
for so long I think it's better to change the docs.

Fixes #16138.

Change-Id: If39c7ce91f51c7113f33ebabfb8f84fd4611b9e1
Reviewed-on: https://go-review.googlesource.com/24311
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/testing/testing.go