From 07957b794c7b99034f41976bbab560ff4615bbc4 Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Wed, 29 Jan 2020 16:09:33 -0700 Subject: [PATCH] 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 --- doc/go1.14.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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

-- 2.50.0