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

commit ae6842eb7e9f1db7646016b4aee62fd916634370
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]: Remove #:make-flags
    for the Hurd, as "test-perror2" now passes.
---
 gnu/packages/gettext.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 9387f4fb8a..307c027826 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2017 Eric Bavier <[email protected]>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019 Miguel <[email protected]>
-;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
+;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2020 EuAndreh <[email protected]>
 ;;; Copyright © 2022 gemmaro <[email protected]>
 ;;; Copyright © 2023 Maxim Cournoyer [email protected]>
@@ -131,13 +131,7 @@
                                    ((" test-tls\\$\\(EXEEXT\\) ") " ")))
                               '())
 
-                       #t)))))
-
-       ;; When tests fail, we want to know the details.
-       #:make-flags #~'("VERBOSE=yes"
-                        #$@(if (hurd-target?)
-                               '("XFAIL_TESTS=test-perror2")
-                               '()))))
+                       #t)))))))
     (home-page "https://www.gnu.org/software/gettext/";)
     (synopsis
      "Tools and documentation for translation (used to build other packages)")

Reply via email to