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

2015-06-25 Thread Pekka Paalanen
On Sat, 20 Jun 2015 15:47:46 -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 > captures

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

2015-06-21 Thread Quentin Glidic
On 2015-06-21 00:47, Jon A. Cruz wrote: > diff --git a/configure.ac b/configure.ac > index e047fd5..4a89819 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -264,6 +264,11 @@ if test "x$cairo_modules" = "xcairo-glesv2"; then > AC_DEFINE([USE_CAIRO_GLESV2], [1], [Use the GLESv2 GL cairo backen

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

2015-06-20 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: