fix path in doc

avoid an error like this :
-bash: ./go-junit-report: No such file or directory
This commit is contained in:
PascalB 2018-06-14 16:12:03 +02:00 committed by GitHub
parent d0a98937db
commit 8a7cf56401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ go test -v 2>&1 | go-junit-report > report.xml
Note that it also can parse benchmark output with `-bench` flag:
```bash
go test -v -bench . -count 5 2>&1 | ./go-junit-report > report.xml
go test -v -bench . -count 5 2>&1 | go-junit-report > report.xml
```
[travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg