mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
parser/gotest: timestampFunc should always be set, skip nil check
This commit is contained in:
parent
1c826cb28d
commit
4ce910564c
@ -189,10 +189,7 @@ func (b *reportBuilder) CreatePackage(name, result string, duration time.Duratio
|
|||||||
pkg := gtr.Package{
|
pkg := gtr.Package{
|
||||||
Name: name,
|
Name: name,
|
||||||
Duration: duration,
|
Duration: duration,
|
||||||
}
|
Timestamp: b.timestampFunc(),
|
||||||
|
|
||||||
if b.timestampFunc != nil {
|
|
||||||
pkg.Timestamp = b.timestampFunc()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build errors are treated somewhat differently. Rather than having a
|
// Build errors are treated somewhat differently. Rather than having a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user