rephrase and add more information

This commit is contained in:
180909 2021-08-14 15:02:47 +08:00
parent 8b4e09d78c
commit 826907b079
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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.