From 03f9609ad9a8118b48bef7869e48c3afaae5f6ce Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 7 Jul 2012 16:51:13 +0200 Subject: distro: gawk: Disable parallel tests. * distro/base.scm (gawk): Explicitly disable parallel tests. --- distro/base.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distro') diff --git a/distro/base.scm b/distro/base.scm index 7bcac56730..e85b927fc3 100644 --- a/distro/base.scm +++ b/distro/base.scm @@ -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/") -- cgit 1.4.1