aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/test2json
diff options
context:
space:
mode:
authorDaniel Nephin <dnephin@gmail.com>2018-03-24 17:33:16 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-03-24 18:37:22 +0000
commit5526ef1c51eaebe0f9d0ca0ae883f8389ccccaeb (patch)
tree716415c6d3e1149607e4843ebbbd177a2c5029cf /src/cmd/test2json
parenta27cd4fd317b57aadd63ff448e1b60636d4da38a (diff)
downloadgo-5526ef1c51eaebe0f9d0ca0ae883f8389ccccaeb.tar.gz
go-5526ef1c51eaebe0f9d0ca0ae883f8389ccccaeb.zip
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/102396 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/test2json')
-rw-r--r--src/cmd/test2json/main.go1
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