Re: [PATCH v4 4/6] Enables output in the JUnit XML format.

2015-06-16 Thread Peter Hutterer
On Thu, Jun 11, 2015 at 10:01:30PM -0700, Jon A. Cruz wrote: > Adds basic support fo optionally outputting in the XML format > commonly used by JUnit compatible tools. > > This format is supported by default by many tools, including > the Jenkins build system. It also is more detailed and > captur

[PATCH v4 4/6] Enables output in the JUnit XML format.

2015-06-11 Thread Jon A. Cruz
Adds basic support fo optionally outputting in the XML format commonly used by JUnit compatible tools. This format is supported by default by many tools, including the Jenkins build system. It also is more detailed and captures more information than the more simplistic TAP format. Signed-off-by: