gnu: icedtea-7: Return #t from custom check phase.
* gnu/packages/java.scm (icedtea-7)[arguments]: Return #t from custom check phase.
This commit is contained in:
parent
2c8ac3641a
commit
fa41a089a1
1 changed files with 2 additions and 1 deletions
|
@ -1330,7 +1330,8 @@ (define-public icedtea-7
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue