Skip to content

Commit

Permalink
Merge pull request #98 from dnephin/update-docs
Browse files Browse the repository at this point in the history
Add -t flag to test2json examples
  • Loading branch information
dnephin authored Mar 29, 2020
2 parents b348b74 + 7abd97c commit 0f3ab42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ that `gotestsum` expects.
Example:

```
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
```

`pkgname` is the name of the package being tested, it will show up in the test
Expand Down
2 changes: 1 addition & 1 deletion docs/running-without-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ mv test2json /usr/local/bin/test2json
Example: running without a Go installation
```
export GOVERSION=1.13
gotestsum --raw-command -- test2json -p pkgname ./binary.test -test.v
gotestsum --raw-command -- test2json -t -p pkgname ./binary.test -test.v
```

0 comments on commit 0f3ab42

Please sign in to comment.