]> 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 09:02:51 +0000 (10:02 +0100)
commit8c8ff7faeabeb8fc98994998331c2979edb80cca
tree05bf942c29ce88c26dc1149ac4e747150c3a6e21
parent9199555db9b5832ddedb93a9168ad6f9c51b8f7d
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.

(cherry picked from commit ba25ecd2d2b61d612c0f028b125e90d6d43e4bda)
bin/tests/system/convert-junit-to-trs.py