guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: weston: Disable parallel tests.


From: Rutger Helling
Subject: 01/01: gnu: weston: Disable parallel tests.
Date: Thu, 24 May 2018 09:13:21 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 26bcd2a2b2a2d44e71750159486bfd3b0d8230ad
Author: Rutger Helling <address@hidden>
Date:   Thu May 24 15:11:36 2018 +0200

    gnu: weston: Disable parallel tests.
    
    * gnu/packages/freedesktop.scm (weston): Disable parallel tests.
---
 gnu/packages/freedesktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 63c3a93..57af63c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -524,7 +524,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
              (string-append "--with-xserver-path="
                             (assoc-ref %build-inputs "xorg-server-xwayland")
                             "/bin/Xwayland"))
-       #:tests? #f ; FIXME: Tests randomly fail.
+       #:parallel-tests? #f ; Parallel tests cause failures.
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'use-elogind



reply via email to

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