test2json: add missing skip action to godoc

This commit is contained in:
Daniel Nephin 2018-03-24 13:29:14 -04:00
parent a27cd4fd31
commit f6df43e8e1
No known key found for this signature in database
GPG Key ID: FCB961D2CD26735A
1 changed files with 1 additions and 0 deletions

View File

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