From 399c43d9ed2539315909073c7fefe13ca70d27ce Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Sat, 3 Jun 2023 08:55:57 +0200 Subject: 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(-) (limited to 'gnu/packages/gettext.scm') diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 21ef05b811..947bffe3ba 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -133,10 +133,7 @@ (define-public gettext-minimal #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)") -- cgit v1.2.3