guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: diffutils: Add large-subopt to XFAIL_TESTS for the hurd.


From: guix-commits
Subject: 02/03: gnu: diffutils: Add large-subopt to XFAIL_TESTS for the hurd.
Date: Sun, 30 Oct 2022 16:59:19 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 8b8430c0ad3abed1dab9f0a56e3c19241415dc1c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Oct 30 20:52:24 2022 +0000

    gnu: diffutils: Add large-subopt to XFAIL_TESTS for the hurd.
    
    * gnu/packages/base.scm (diffutils)[arguments]: Add large-subopt to
    XFAIL_TESTS for the hurd.
---
 gnu/packages/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b7edc4d2aa..547b64869c 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -289,7 +289,7 @@ differences.")
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags ,(if (hurd-target?)
-                        ''("XFAIL_TESTS=test-perror2")
+                        ''("XFAIL_TESTS=test-perror2 large-subopt")
                         ''())))
    (native-inputs (list perl))
    (synopsis "Comparing and merging files")



reply via email to

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