[Spice-devel] [PATCH spice 2/3] ci: Print results of tests on failure
Frediano Ziglio
fziglio at redhat.com
Tue Nov 15 17:04:11 UTC 2016
>
> ---
> .gitlab-ci.yml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ca57ff5..9f52478 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -9,10 +9,10 @@ makecheck:
> script:
> - ./autogen.sh
> - make
> - - make -C server check
> + - make -C server check || (cat server/tests/test-suite.log && exit 1)
>
> statistics:
> script:
> - CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
> - make
> - - make -C server check
> + - make -C server check || (cat server/tests/test-suite.log && exit 1)
Acked-by: Frediano Ziglio <fziglio at redhat.com>
Frediano
More information about the Spice-devel
mailing list