[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: mblaze: Enable tests.
From: |
guix-commits |
Subject: |
01/02: gnu: mblaze: Enable tests. |
Date: |
Thu, 10 Mar 2022 19:28:13 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit fde7fbe9dc0d2d67d90c98b4702bd8f1a86d6806
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Tue Mar 8 20:14:23 2022 -0500
gnu: mblaze: Enable tests.
* gnu/packages/mail.scm (mblaze)[arguments]: Enable tests
and remove comment about broken tests since tests are not broken.
See <https://github.com/leahneukirchen/mblaze/issues/221>.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/mail.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b0b9ae9f76..eee5f1b168 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2726,8 +2726,7 @@ converts them to maildir format directories.")
(native-inputs
(list perl))
(arguments
- `(#:tests? #f ; XXX: Upstream tests appear to be broken
- #:make-flags (list (string-append "CC=" ,(cc-for-target))
+ `(#:make-flags (list (string-append "CC=" ,(cc-for-target))
"PREFIX="
(string-append "DESTDIR=" %output))
#:phases