]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix pytest junitxml output processing for make check
authorTom Krizek <tkrizek@isc.org>
Mon, 30 Oct 2023 15:16:33 +0000 (16:16 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 2 Nov 2023 08:59:23 +0000 (09:59 +0100)
commitba25ecd2d2b61d612c0f028b125e90d6d43e4bda
tree6e85f1aa13f7babd637964364ecf55efc4ea2823
parent1a724685a0f83febc58f50c20be522d017ffffcc
Fix pytest junitxml output processing for make check

Not every element tagged `skipped` in the JUnitXML tree has to contain
the `type` attribute. An example of that is a test that results in
xpass.

This has been verified with pytest version 7.4.2 and prior.
bin/tests/system/convert-junit-to-trs.py