We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b348b74 + 7abd97c commit 0f3ab42Copy full SHA for 0f3ab42
README.md
@@ -169,7 +169,7 @@ that `gotestsum` expects.
169
Example:
170
171
```
172
-gotestsum --raw-command -- go tool test2json -p pkgname ./binary.test -test.v
+gotestsum --raw-command -- go tool test2json -t -p pkgname ./binary.test -test.v
173
174
175
`pkgname` is the name of the package being tested, it will show up in the test
docs/running-without-go.md
@@ -17,6 +17,6 @@ mv test2json /usr/local/bin/test2json
17
Example: running without a Go installation
18
19
export GOVERSION=1.13
20
-gotestsum --raw-command -- test2json -p pkgname ./binary.test -test.v
+gotestsum --raw-command -- test2json -t -p pkgname ./binary.test -test.v
21
22
0 commit comments