guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: git: Run tests sequentially.


From: Ludovic Courtès
Subject: 02/05: gnu: git: Run tests sequentially.
Date: Fri, 1 Dec 2017 05:30:00 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c03ba83c17c91e34e811a909fae0f63aab701ff9
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 1 10:45:39 2017 +0100

    gnu: git: Run tests sequentially.
    
    Fixes <https://bugs.gnu.org/29512>.
    Reported by George myglc2 Clemmer <address@hidden>.
    
    * gnu/packages/version-control.scm (git)[arguments]: Add
     #:parallel-tests?.
---
 gnu/packages/version-control.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 21ea90b..22b296f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -188,6 +188,9 @@ as well as the classic centralized workflow.")
                      "NO_INSTALL_HARDLINKS=indeed")
       #:test-target "test"
 
+      ;; Tests fail randomly when parallel: <https://bugs.gnu.org/29512>.
+      #:parallel-tests? #f
+
       ;; The explicit --with-tcltk forces the build system to hardcode the
       ;; absolute file name to 'wish'.
       #:configure-flags (list (string-append "--with-tcltk="



reply via email to

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