| commit | b76d33f6cc1922d76a0076319cb50df252593be4 | [log] [tgz] |
|---|---|---|
| author | Vladimir Jigulin <vjigulin@mirantis.com> | Wed May 23 21:04:06 2018 +0400 |
| committer | Vladimir Jigulin <vjigulin@mirantis.com> | Thu May 24 17:08:57 2018 +0400 |
| tree | e17de51039d35a7590d237dfc9c4aa23b556b47f | |
| parent | da7a2c502e8282b7c8b68a8d5f60144e474d6059 [diff] |
Use our patched version of xunitmerge The patched version of xunitmerge prioritizes non-skipped results over skipped if there is a collision of test case's results with the same name. The original version of xunitmerge doesn't use test case's results and doesn't track collisions at all. Correct merging requires that non-skipped results will not be duplicated over input files. Change-Id: I1db3daab7c37577e3be6bf694c1a58227f074928 Related-PROD: PROD-20207