mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: git: Enable parallel tests.
* gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?.
This commit is contained in:
parent
c7f06b2b57
commit
e7a90f28cb
1 changed files with 0 additions and 3 deletions
|
@ -235,9 +235,6 @@ (define-public git
|
|||
|
||||
#: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="
|
||||
|
|
Loading…
Reference in a new issue