diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-19 07:58:08 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-19 08:41:51 +0100 |
commit | e7a90f28cb2a9c662fa7213b4fefb1196acbbefd (patch) | |
tree | b5b4388aa21be62b515c08ac644950751046f97b /gnu | |
parent | c7f06b2b57bd8133863377d24dba5eaa7048ba68 (diff) | |
download | guix-e7a90f28cb2a9c662fa7213b4fefb1196acbbefd.tar guix-e7a90f28cb2a9c662fa7213b4fefb1196acbbefd.tar.gz |
gnu: git: Enable parallel tests.
* gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index e7260c0116..d25df4c63d 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=" |