mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
fix path in doc
avoid an error like this : -bash: ./go-junit-report: No such file or directory
This commit is contained in:
parent
d0a98937db
commit
8a7cf56401
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user