diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/test2json/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/test2json/main.go b/src/cmd/test2json/main.go index 654c00a6df..0385d8f246 100644 --- a/src/cmd/test2json/main.go +++ b/src/cmd/test2json/main.go @@ -48,6 +48,7 @@ // bench - the benchmark printed log output but did not fail // fail - the test or benchmark failed // output - the test printed output +// skip - the test was skipped or the package contained no tests // // The Package field, if present, specifies the package being tested. // When the go command runs parallel tests in -json mode, events from |
