guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: icedtea-7: Return #t from custom check phase.


From: Mark H. Weaver
Subject: 01/01: gnu: icedtea-7: Return #t from custom check phase.
Date: Thu, 28 Jun 2018 05:52:01 -0400 (EDT)

mhw pushed a commit to branch staging
in repository guix.

commit fa41a089a1713601648664242530a55b6f6b1d0c
Author: Mark H Weaver <address@hidden>
Date:   Thu Jun 28 05:47:48 2018 -0400

    gnu: icedtea-7: Return #t from custom check phase.
    
    * gnu/packages/java.scm (icedtea-7)[arguments]: Return #t from custom
    check phase.
---
 gnu/packages/java.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 043696c..747edc1 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1330,7 +1330,8 @@ bootstrapping purposes.")
                  (when #f                 ; skip tests
                    (run-test "check-hotspot")
                    (run-test "check-langtools")
-                   (run-test "check-jdk")))))
+                   (run-test "check-jdk"))
+                 #t)))
            (replace 'install
              (lambda* (#:key outputs #:allow-other-keys)
                (let ((doc (string-append (assoc-ref outputs "doc")



reply via email to

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