]> Cypherpunks repositories - gostls13.git/commit
doc/go1.20: correct test binary -v flag value for test2json
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 8 Dec 2022 17:53:26 +0000 (12:53 -0500)
committerGopher Robot <gobot@golang.org>
Thu, 8 Dec 2022 18:29:35 +0000 (18:29 +0000)
commitf368abb46e15419c95d3f5933e9344476e1efc2a
treea28f0b38a53394dc2048675365aa073b571637d9
parent7973b0e50861c49c1852a545b51b7ab977135d6d
doc/go1.20: correct test binary -v flag value for test2json

The -v flag value is "test2json", not "json", since it emits output
in a custom format that the cmd/test2json tool interprets.
The cmd/test2json documentation and implementation have this right.

For #54202.

Change-Id: I2b52861d926e14488aa9fc89fff8c26da32ca710
Reviewed-on: https://go-review.googlesource.com/c/go/+/456124
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/go1.20.html