mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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.
This commit is contained in:
parent
02803fdf45
commit
05dae40302
1 changed files with 1 additions and 2 deletions
|
@ -209,8 +209,7 @@ (define-public java-xmlgraphics-commons
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue