diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 18:02:08 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 19:12:06 +0200 |
commit | 7c4a0f975b587d0c2718b80ba5c2fa7b8cc8f2ec (patch) | |
tree | 3fe5b074cd1399e7b672b1515a96bb26e1bdf6f8 | |
parent | 3ba42b8566704c588f8d76828f960575c6fc0f53 (diff) | |
download | patches-7c4a0f975b587d0c2718b80ba5c2fa7b8cc8f2ec.tar patches-7c4a0f975b587d0c2718b80ba5c2fa7b8cc8f2ec.tar.gz |
gnu: gawk: Enable parallel tests.
* gnu/packages/gawk.scm (gawk)[arguments]: Enable parallel tests.
-rw-r--r-- | gnu/packages/gawk.scm | 4 |
1 files changed, 1 insertions, 3 deletions
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. |