We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d20187 + 85d3723 commit 12698f5Copy full SHA for 12698f5
1 file changed
junit.go
@@ -47,7 +47,7 @@ func getFileTimesFromJUnitXML(fileTimes map[string]float64) {
47
if err != nil {
48
fatalMsg("failed to open junit xml: %v\n", err)
49
}
50
- printMsg("using test times from JUnit report %s\n", junitXMLPath)
+ printMsg("using test times from JUnit report %s\n", junitFilename)
51
addFileTimesFromIOReader(fileTimes, file)
52
file.Close()
53
0 commit comments