[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: subversion: Tentatively reinstate parallel tests.
From: |
guix-commits |
Subject: |
02/03: gnu: subversion: Tentatively reinstate parallel tests. |
Date: |
Fri, 24 Mar 2023 00:18:49 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 54ee868cbed729c3789c6121193a823d68557daa
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 23 23:44:25 2023 -0400
gnu: subversion: Tentatively reinstate parallel tests.
The tests have been disabled for 3 years, and there have been multiple new
releases of Subversion since.
* gnu/packages/version-control.scm (subversion)
[arguments]: Delete parallel-tests? argument.
---
gnu/packages/version-control.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index eedb2a9ca3..537aeae933 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2019,9 +2019,7 @@ following features:
"0a6csc84hfymm8b5cnvq1n1p3rjjf33qy0z7y1k8lwkm1f6hw4y9"))))
(build-system gnu-build-system)
(arguments
- '(#:parallel-tests? #f ; TODO Seems to cause test failures on
- ; i686-linux
- #:configure-flags '("--enable-static=no")
+ '(#:configure-flags '("--enable-static=no")
#:phases
(modify-phases %standard-phases
(add-after 'configure 'patch-libtool-wrapper-ls