guix-commits
[Top][All Lists]
Advanced

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

43/89: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd.


From: guix-commits
Subject: 43/89: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd.
Date: Tue, 20 Jun 2023 05:58:56 -0400 (EDT)

janneke pushed a commit to branch hurd-team
in repository guix.

commit 357284a4a6caa10fd7c3a072d8591330c3f9a1b1
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jun 3 08:55:57 2023 +0200

    gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd.
    
    * gnu/packages/gettext.scm (gettext-minimal)[arguments]: When building for 
the
    Hurd, remove XTESTS_FAIL from, as "test-perror2" now passes.
---
 gnu/packages/gettext.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 114d8cf7af..0cb01154d3 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -133,10 +133,7 @@
                        #t)))))
 
        ;; When tests fail, we want to know the details.
-       #:make-flags #~'("VERBOSE=yes"
-                        #$@(if (target-hurd?)
-                               '("XFAIL_TESTS=test-perror2")
-                               '()))))
+       #:make-flags #~'("VERBOSE=yes")))
     (home-page "https://www.gnu.org/software/gettext/";)
     (synopsis
      "Tools and documentation for translation (used to build other packages)")



reply via email to

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