guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: java-xmlgraphics-commons: Make error in tests fail the "chec


From: Danny Milosavljevic
Subject: 01/03: gnu: java-xmlgraphics-commons: Make error in tests fail the "check" phase.
Date: Sun, 7 Oct 2018 08:48:28 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 05dae4030225d604fd3c8562ce23dbbe597d5de9
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Oct 7 14:43:47 2018 +0200

    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.
---
 gnu/packages/batik.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/batik.scm b/gnu/packages/batik.scm
index 9449e56..5bba859 100644
--- a/gnu/packages/batik.scm
+++ b/gnu/packages/batik.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]