guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: git: Enable parallel tests.


From: guix-commits
Subject: 11/12: gnu: git: Enable parallel tests.
Date: Thu, 19 Mar 2020 03:48:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e7a90f28cb2a9c662fa7213b4fefb1196acbbefd
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 19 07:58:08 2020 +0100

    gnu: git: Enable parallel tests.
    
    * gnu/packages/version-control.scm (git)[arguments]: Remove 
#:parallel-testS?.
---
 gnu/packages/version-control.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e7260c0..d25df4c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -235,9 +235,6 @@ as well as the classic centralized workflow.")
 
       #: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]