guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guile-ics: Disable tests.


From: guix-commits
Subject: 02/02: gnu: guile-ics: Disable tests.
Date: Sun, 17 Oct 2021 18:42:03 -0400 (EDT)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 62fd9d75535bd0de797adc7b1f280a7eb950acdf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 17 00:43:32 2021 +0200

    gnu: guile-ics: Disable tests.
    
    * gnu/packages/guile-xyz.scm (guile-ics)[arguments]: New field.
---
 gnu/packages/guile-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index b161d33..93d899c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1823,6 +1823,9 @@ provides tight coupling to Guix.")
                      "GUILE_PKG([3.0 2.2 2.0])\n"))
                   #t))))
     (build-system gnu-build-system)
+    ;; XXX: Tests expect 'test-runner-current' to not return #f after
+    ;; 'test-end', which is no longer the case in Guile 3.0.7.
+    (arguments '(#:tests? #f))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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