me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2023-03-23 23:44:25 -04:00
parent 4c15649645
commit 54ee868cbe
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 3 deletions

View File

@ -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