Commit 85d3723
authored
junit: fix log message about used files
Currently the log message always print the glob pattern. For instance:
> using test times from JUnit report tmp/*.junit.xml
> using test times from JUnit report tmp/*.junit.xml
Instead the actual file name should be used:
> using test times from JUnit report tmp/report_0.junit.xml
> using test times from JUnit report tmp/report_1.junit.xml1 parent 2d20187 commit 85d3723
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments