Re: [PATCH weston v6 2/4] Enables output in the JUnit XML format.

2015-07-17 Thread Pekka Paalanen
On Wed, 15 Jul 2015 17:21:16 -0700 "Jon A. Cruz" wrote: > On 07/07/2015 04:49 AM, Pekka Paalanen wrote: > > On Thu, 2 Jul 2015 23:36:45 -0700 > > "Jon A. Cruz" wrote: > > > >> Adds basic support for optionally outputting in the XML format > >> commonly used by JUnit compatible tools. > >> > >>

Re: [PATCH weston v6 2/4] Enables output in the JUnit XML format.

2015-07-15 Thread Jon A. Cruz
On 07/07/2015 04:49 AM, Pekka Paalanen wrote: > On Thu, 2 Jul 2015 23:36:45 -0700 > "Jon A. Cruz" wrote: > >> Adds basic support for optionally outputting in the XML format >> commonly used by JUnit compatible tools. >> >> This format is supported by default by many tools, including >> the Jenki

Re: [PATCH weston v6 2/4] Enables output in the JUnit XML format.

2015-07-07 Thread Pekka Paalanen
On Thu, 2 Jul 2015 23:36:45 -0700 "Jon A. Cruz" wrote: > Adds basic support for 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

[PATCH weston v6 2/4] Enables output in the JUnit XML format.

2015-07-02 Thread Jon A. Cruz
Adds basic support for 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: