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

commit aedee9f4c5051e2dba73527bf348f414fb377ec1
Author: Janneke Nieuwenhuizen <[email protected]>
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