From: Jean de Klerk
Date: Wed, 29 Jan 2020 23:09:33 +0000 (-0700)
Subject: doc/go1.14: edit "Go command" section, adding note about go test -v streaming
X-Git-Tag: go1.14rc1~40
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=07957b794c7b99034f41976bbab560ff4615bbc4;p=gostls13.git
doc/go1.14: edit "Go command" section, adding note about go test -v streaming
Change-Id: Ie88fe441521d60a4ba54ebb418860d0f71073387
Reviewed-on: https://go-review.googlesource.com/c/go/+/216917
Reviewed-by: Bryan C. Mills
---
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 9711364cfc..2aa10bc585 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -299,6 +299,14 @@ TODO
graphic characters and spaces.
+Testing
+
+
+
+ go test -v
now streams t.Log
output as it happens,
+ rather than at the end of all tests.
+
+
Runtime