Skip to content

Commit d427783

Browse files
committed
filter-junit.go: preserve system error log
Ginkgo v2 uses "system-err" to represent the log output of a test. This only matters for failed tests, but for those it is important to preserve that information.
1 parent 38e1146 commit d427783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: filter-junit.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ type TestCase struct {
5656
Name string `xml:"name,attr"`
5757
Time string `xml:"time,attr"`
5858
SystemOut string `xml:"system-out,omitempty"`
59+
SystemErr string `xml:"system-err,omitempty"`
5960
Failure string `xml:"failure,omitempty"`
6061
Skipped SkipReason `xml:"skipped,omitempty"`
6162
}

0 commit comments

Comments
 (0)