gnu: java-eclipse-jetty-http-test-classes: Return #t from all phases.

* gnu/packages/web.scm (java-eclipse-jetty-http-test-classes)[arguments]: Return #t
from 'chdir' phase.
This commit is contained in:
Björn Höfling 2019-03-01 22:47:37 +01:00
parent 176662a19d
commit 1c492480ff
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 2 additions and 1 deletions

View File

@ -5780,7 +5780,8 @@ or embedded instantiation. This package provides the JMX management.")))
(modify-phases %standard-phases
(add-before 'configure 'chdir
(lambda _
(chdir "jetty-http"))))))
(chdir "jetty-http")
#t)))))
(inputs
`(("slf4j" ,java-slf4j-api)
("servlet" ,java-tomcat)