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
1 changed files with 2 additions and 2 deletions

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/")