mirror of https://github.com/golang/go.git
rephrase and add more information
This commit is contained in:
parent
8b4e09d78c
commit
826907b079
|
|
@ -2659,7 +2659,8 @@
|
|||
// Do not start new tests after the first test failure.
|
||||
//
|
||||
// -json
|
||||
// Make the test results available in JSON.
|
||||
// Log verbose output and test results in JSON. This presents the
|
||||
// same information as the -v flag in a machine-readable format.
|
||||
//
|
||||
// -list regexp
|
||||
// List tests, benchmarks, or examples matching the regular expression.
|
||||
|
|
|
|||
|
|
@ -243,7 +243,8 @@ control the execution of any test:
|
|||
Do not start new tests after the first test failure.
|
||||
|
||||
-json
|
||||
Make the test results available in JSON.
|
||||
Log verbose output and test results in JSON. This presents the
|
||||
same information as the -v flag in a machine-readable format.
|
||||
|
||||
-list regexp
|
||||
List tests, benchmarks, or examples matching the regular expression.
|
||||
|
|
|
|||
Loading…
Reference in New Issue