mirror of https://github.com/golang/go.git
test2json: add missing skip action to godoc
This commit is contained in:
parent
a27cd4fd31
commit
f6df43e8e1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue