~ruther/guix-local

c03ba83c17c91e34e811a909fae0f63aab701ff9 — Ludovic Courtès 8 years ago f8446df
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?.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +3 -0
@@ 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="