guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] gnu: telepathy-logger: Disable parallel tests.


From: Ludovic Courtès
Subject: Re: [PATCH 1/1] gnu: telepathy-logger: Disable parallel tests.
Date: Sun, 28 Feb 2016 16:12:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari <address@hidden> skribis:

> * gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Disable parallel
> tests.
> ---
>  gnu/packages/freedesktop.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index e23cc97..bff709c 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -547,7 +547,8 @@ modems and setup connections with them.")
>                  "1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg"))))
>      (build-system gnu-build-system)
>      (arguments
> -     '(#:phases
> +     '(#:parallel-tests? #f

Thanks for fixing it!

In the future it’s even better to add a comment with hints as to why
tests aren’t parallel-safe, if possible.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]