From 7c4a0f975b587d0c2718b80ba5c2fa7b8cc8f2ec Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 14 Mar 2018 18:02:08 +0200 Subject: gnu: gawk: Enable parallel tests. * gnu/packages/gawk.scm (gawk)[arguments]: Enable parallel tests. --- gnu/packages/gawk.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu/packages/gawk.scm') diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index b596909060..6b1d1af10b 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -39,9 +39,7 @@ (base32 "0lam2zf3n7ak4pig8w46lhx9hzx50kj2v2yj1616mm26wy2rf4fi")))) (build-system gnu-build-system) (arguments - `(#:parallel-tests? #f ; test suite fails in parallel - - #:phases (modify-phases %standard-phases + `(#:phases (modify-phases %standard-phases (add-before 'configure 'set-shell-file-name (lambda* (#:key inputs #:allow-other-keys) ;; Refer to the right shell. -- cgit v1.2.3