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?.
This commit is contained in:
parent
f8446df663
commit
c03ba83c17
@ -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="
|
||||
|
Loading…
Reference in New Issue
Block a user