gnu: java-xmlgraphics-commons: Make error in tests fail the "check" phase.

* gnu/packages/batik.scm (java-xmlgraphics-commons)[arguments]<#:test-target>:
Use "junit" test target.
master
Danny Milosavljevic 2018-10-07 14:43:47 +02:00
parent 02803fdf45
commit 05dae40302
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 2 deletions

View File

@ -209,8 +209,7 @@ SAC is an interface for CSS parsers.")
(build-system ant-build-system)
(arguments
`(#:build-target "jar-main"
;; TODO: More detailed tests are available.
#:test-target "junit-basic"
#:test-target "junit"
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'make-reproducible