Commit b9b6763
committed
filter-junit.go: fix loss of testcases when parsing Ginkgo v2 JUnit
The "junit" variable is meant to accumulate all testcases from the input
files. Overwriting it with the content of an input file when that input file
used the new Ginkgo V2 JUnit caused the result of prior input files to get
lost.1 parent d427783 commit b9b6763
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments