Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information