Skip to content

Commit 12698f5

Browse files
Merge pull request #5 from kemenaran/fix-junit-log-message
junit: fix log message about used files
2 parents 2d20187 + 85d3723 commit 12698f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

junit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func getFileTimesFromJUnitXML(fileTimes map[string]float64) {
4747
if err != nil {
4848
fatalMsg("failed to open junit xml: %v\n", err)
4949
}
50-
printMsg("using test times from JUnit report %s\n", junitXMLPath)
50+
printMsg("using test times from JUnit report %s\n", junitFilename)
5151
addFileTimesFromIOReader(fileTimes, file)
5252
file.Close()
5353
}

0 commit comments

Comments
 (0)