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