Skip to content

Commit

Permalink
cmd/test2json: document missing "skip" action
Browse files Browse the repository at this point in the history
Change-Id: I906e61170279f0647598e2fd4fa931aac1b69288
GitHub-Last-Rev: f6df43e
GitHub-Pull-Request: #24517
Reviewed-on: https://go-review.googlesource.com/102396
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
dnephin authored and bradfitz committed Mar 24, 2018
1 parent a27cd4f commit 5526ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/test2json/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5526ef1

Please sign in to comment.