Skip to content

Commit

Permalink
doc/go1.14: edit "Go command" section, adding note about go test -v s…
Browse files Browse the repository at this point in the history
…treaming

Change-Id: Ie88fe441521d60a4ba54ebb418860d0f71073387
Reviewed-on: https://go-review.googlesource.com/c/go/+/216917
Reviewed-by: Bryan C. Mills <bcmills@google.com>
  • Loading branch information
jeanbza committed Jan 29, 2020
1 parent 67fee60 commit 07957b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/go1.14.html
Expand Up @@ -299,6 +299,14 @@ <h4 id="module-downloading">Module downloading</h4>
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 -->
Expand Down

0 comments on commit 07957b7

Please sign in to comment.