Skip to content

Commit e16bc82

Browse files
committed
DO_NOT_SUBMIT: Add more detail for junit merge error
1 parent a06d250 commit e16bc82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: test/k8s-integration/filter-junit.go

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ func MergeJUnit(testFilter string, sourceDirectories []string, destination strin
9191
if err != nil {
9292
return err
9393
}
94+
klog.Warningf("Attempting to unmarshal file: %v", fullFilename)
95+
klog.Warningf("Attempting to unmarshal file: %v. Contents: %s", fullFilename, data)
9496
if err = xml.Unmarshal(data, &junit); err != nil {
9597
return err
9698
}

0 commit comments

Comments
 (0)