GNU bug report logs - #54306
[PATCH] gnu: mblaze: Enable tests.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 9 Mar 2022 01:16:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jgart <jgart <at> dismail.de>
To: 54306 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [bug#54306] [PATCH] gnu: mblaze: Enable tests.
Date: Tue,  8 Mar 2022 20:14:23 -0500
https://github.com/leahneukirchen/mblaze/issues/221

* gnu/packages/mail.scm (mblaze)[arguments]: Enable tests
and remove comment about broken tests since tests are not broken.
---
 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 @@ (define-public mblaze
     (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
-- 
2.35.1





This bug report was last modified 3 years and 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.