Commit 5526ef1c authored by Daniel Nephin's avatar Daniel Nephin Committed by Brad Fitzpatrick

cmd/test2json: document missing "skip" action

Change-Id: I906e61170279f0647598e2fd4fa931aac1b69288
GitHub-Last-Rev: f6df43e8e10e3b032a67490611c0ba5ad8e948df
GitHub-Pull-Request: golang/go#24517
Reviewed-on: https://go-review.googlesource.com/102396Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent a27cd4fd
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
// bench - the benchmark printed log output but did not fail // bench - the benchmark printed log output but did not fail
// fail - the test or benchmark failed // fail - the test or benchmark failed
// output - the test printed output // 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. // The Package field, if present, specifies the package being tested.
// When the go command runs parallel tests in -json mode, events from // When the go command runs parallel tests in -json mode, events from
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment