aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean de Klerk <deklerk@google.com>2020-07-09 09:55:49 -0600
committerJean de Klerk <deklerk@google.com>2020-07-09 16:26:07 +0000
commit72735e7e05a79dd9272659e3095aa754c741a54e (patch)
treefb7b851c40ba6e123b169b263bb33f9bdb2b918e
parent4f2a2d7e26f5aa07b1e4efe6ac04682cf3651a1d (diff)
downloadgo-72735e7e05a79dd9272659e3095aa754c741a54e.tar.gz
go-72735e7e05a79dd9272659e3095aa754c741a54e.zip
doc/go1.15: add line for testing streaming change
Updates #37419. Updates #38458. Updates #24929. Change-Id: I793bb20fa9db4432fc3a5b69956b7108e4695081 Reviewed-on: https://go-review.googlesource.com/c/go/+/241660 Run-TryBot: Jean de Klerk <deklerk@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.15.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index ce6894d2e0..b7b422e4a1 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -956,7 +956,8 @@ Do not send CLs removing the interior tags from such phrases.
</p>
<p><!-- CL 229085 -->
- TODO: <a href="https://golang.org/cl/229085">https://golang.org/cl/229085</a>: reformat test chatty output
+ <code>go</code> <code>test</code> <code>-v</code> now groups output by
+ test name, rather than printing the test name on each line.
</p>
</dd>
</dl><!-- testing -->