Comment 5 for bug 1192651

Revision history for this message
David Britton (dpb) wrote : Re: subunit2junitxml depends on python-junitxml, but there are no py3 libs

This appears to be just subunit v1 output. subunit2junitxml only parses subunit v2 output. You can use the following fix:

Starting with 13.09, you can address this to parse the old output:

 ./run-my-old-tests | subunit-1to2 | subunit2junitxml

I'm closing this bug now, as this is just an old subunit format that is supported by the tool included in 13.09.

Thanks!