]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: edit "Go command" section, adding note about go test -v streaming
authorJean de Klerk <deklerk@google.com>
Wed, 29 Jan 2020 23:09:33 +0000 (16:09 -0700)
committerJean de Klerk <deklerk@google.com>
Wed, 29 Jan 2020 23:17:30 +0000 (23:17 +0000)
Change-Id: Ie88fe441521d60a4ba54ebb418860d0f71073387
Reviewed-on: https://go-review.googlesource.com/c/go/+/216917
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.14.html

index 9711364cfc8df2186c058c93739947add53ab464..2aa10bc585c605f3f100a483d75c9ed1065369a6 100644 (file)
@@ -299,6 +299,14 @@ TODO
   graphic characters and spaces.
 </p>
 
+<h4 id="go.mod">Testing</h4>
+<!-- golang.org/issue/24929 -->
+
+<p>
+  <code>go test -v</code> now streams <code>t.Log</code> output as it happens,
+  rather than at the end of all tests.
+</p>
+
 <h2 id="runtime">Runtime</h2>
 
 <p><!-- CL 190098 -->