emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54306: closed ([PATCH] gnu: mblaze: Enable tests.)


From: GNU bug Tracking System
Subject: bug#54306: closed ([PATCH] gnu: mblaze: Enable tests.)
Date: Fri, 11 Mar 2022 00:29:02 +0000

Your message dated Fri, 11 Mar 2022 01:28:11 +0100
with message-id <875yol5o4k.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#54306] [PATCH] gnu: mblaze: Enable tests.
has caused the debbugs.gnu.org bug report #54306,
regarding [PATCH] gnu: mblaze: Enable tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54306: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54306
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#54306] [PATCH] gnu: mblaze: Enable tests. Date: Fri, 11 Mar 2022 01:28:11 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> 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.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]