gnu: git: Run tests sequentially.

Fixes <https://bugs.gnu.org/29512>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/version-control.scm (git)[arguments]: Add
 #:parallel-tests?.
master
Ludovic Courtès 2017-12-01 10:45:39 +01:00
parent f8446df663
commit c03ba83c17
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,9 @@ as well as the classic centralized workflow.")
"NO_INSTALL_HARDLINKS=indeed")
#: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="