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
parent
02803fdf45
commit
05dae40302
|
@ -209,8 +209,7 @@ SAC is an interface for CSS parsers.")
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-target "jar-main"
|
`(#:build-target "jar-main"
|
||||||
;; TODO: More detailed tests are available.
|
#:test-target "junit"
|
||||||
#:test-target "junit-basic"
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'make-reproducible
|
(add-after 'unpack 'make-reproducible
|
||||||
|
|
Reference in New Issue