3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

distro: gawk: Disable parallel tests.

* distro/base.scm (gawk): Explicitly disable parallel tests.
This commit is contained in:
Ludovic Courtès 2012-07-07 16:51:13 +02:00
parent fa14d96e6f
commit 03f9609ad9

View file

@ -67,9 +67,9 @@ handlers, distributed shared memory, and more.")
((system)
(if (string=? system "i686-cygwin")
'(#:tests? #f) ; work around test failure on Cygwin
'()))
'(#:parallel-tests? #f))) ; test suite fails in parallel
((system cross-system)
'())))
'(#:parallel-tests? #f))))
(inputs `(("libsigsegv" ,libsigsegv) ; headers
("libsigsegv/lib" ,libsigsegv "lib"))) ; library
(home-page "http://www.gnu.org/software/gawk/")