all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 54306@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#54306] [PATCH] gnu: mblaze: Enable tests.
Date: Tue,  8 Mar 2022 20:14:23 -0500	[thread overview]
Message-ID: <20220309011423.14261-1-jgart@dismail.de> (raw)

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





             reply	other threads:[~2022-03-09  1:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09  1:14 jgart via Guix-patches via [this message]
2022-03-11  0:28 ` bug#54306: [PATCH] gnu: mblaze: Enable tests Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220309011423.14261-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=54306@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.