gnu: java-xmlgraphics-commons: Make error in tests fail the "check" phase.
authorDanny Milosavljevic <dannym@scratchpost.org>
Sun, 7 Oct 2018 12:43:47 +0000 (14:43 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Sun, 7 Oct 2018 12:43:47 +0000 (14:43 +0200)
* gnu/packages/batik.scm (java-xmlgraphics-commons)[arguments]<#:test-target>:
Use "junit" test target.

gnu/packages/batik.scm

index 9449e56..5bba859 100644 (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