> 
> ---
>  .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 <[email protected]>

Frediano
_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to