Re: [PATCH spice 2/3] ci: Print results of tests on failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> ---
>  .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@xxxxxxxxxx>

Frediano
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]