go/src/testing
Ian Lance Taylor aa6345d3c9 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>
2016-06-23 04:31:19 +00:00
..
iotest all: single space after period. 2016-03-02 00:13:47 +00:00
quick Revert "testing/quick: generate more map and slice states" 2016-05-06 18:25:28 +00:00
allocs.go all: single space after period. 2016-03-02 00:13:47 +00:00
allocs_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
benchmark.go testing: improve output 2016-04-05 20:38:41 +00:00
benchmark_test.go
cover.go
example.go testing: implement 'Unordered Output' in Examples. 2016-03-09 04:34:41 +00:00
export_test.go
match.go testing: add matching of subtest 2016-04-21 19:58:31 +00:00
match_test.go testing: fix vet warning 2016-05-12 16:22:42 +00:00
sub_test.go testing: don't be silent if a test's goroutine fails a test after test exits 2016-05-24 16:27:47 +00:00
testing.go testing: document that logs are dumped to standard output 2016-06-23 04:31:19 +00:00
testing_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00