diff options
| author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-10-07 14:43:47 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-10-07 14:43:47 +0200 |
| commit | 05dae4030225d604fd3c8562ce23dbbe597d5de9 (patch) | |
| tree | 6fa51d3cbc4c689c63684671de4672466027ef14 /gnu | |
| parent | 02803fdf45541584d0341786d5dfbfb76f17d317 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/batik.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/batik.scm b/gnu/packages/batik.scm index 9449e565f11..5bba8593704 100644 --- a/gnu/packages/batik.scm +++ b/gnu/packages/batik.scm | |||
| @@ -209,8 +209,7 @@ SAC is an interface for CSS parsers.") | |||
| 209 | (build-system ant-build-system) | 209 | (build-system ant-build-system) |
| 210 | (arguments | 210 | (arguments |
| 211 | `(#:build-target "jar-main" | 211 | `(#:build-target "jar-main" |
| 212 | ;; TODO: More detailed tests are available. | 212 | #:test-target "junit" |
| 213 | #:test-target "junit-basic" | ||
| 214 | #:phases | 213 | #:phases |
| 215 | (modify-phases %standard-phases | 214 | (modify-phases %standard-phases |
| 216 | (add-after 'unpack 'make-reproducible | 215 | (add-after 'unpack 'make-reproducible |
