Skip to content

Commit

Permalink
Merge pull request #21 from rodrigc/flag-fix-doc
Browse files Browse the repository at this point in the history
Fix reference to --junitfile flag
  • Loading branch information
dnephin committed Jul 26, 2018
2 parents 176b2cb + ef5f8e7 commit c6598a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gotestsum --no-summary=skipped,failed
### JUnit XML

In addition to the normal test output you can write a JUnit XML file for
integration with CI systems. Write a file using the `--junitxml` flag or
integration with CI systems. Write a file using the `--junitfile` flag or
the `GOTESTSUM_JUNITFILE` environment variable.

```
Expand Down

0 comments on commit c6598a9

Please sign in to comment.