guix-commits
[Top][All Lists]
Advanced

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

42/47: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd.


From: guix-commits
Subject: 42/47: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd.
Date: Sat, 3 Jun 2023 07:23:46 -0400 (EDT)

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

commit ae6842eb7e9f1db7646016b4aee62fd916634370
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]: 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 <bavier@member.fsf.org>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Miguel <rosen644835@gmail.com>
-;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2020 EuAndreh <eu@euandre.org>
 ;;; Copyright © 2022 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2023 Maxim Cournoyer maxim.cournoyer@gmail.com>
@@ -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

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