]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Trying to make Gump output more verbose.
authorJeremias Maerki <jeremias@apache.org>
Mon, 11 Oct 2004 21:52:26 +0000 (21:52 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 11 Oct 2004 21:52:26 +0000 (21:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198039 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index a6a6ca6e3ed45945989b79374cdefa9f6137a839..fa5ce1553da12761d9b9970c32195a95fb08e046 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -675,7 +675,7 @@ list of possible build targets.
     <mkdir dir="${build.dir}/test-reports/fop-transcoder"/>
     <junit haltonerror="yes">
       <sysproperty key="basedir" value="${basedir}"/>
-      <formatter type="plain"/>
+      <formatter type="brief" usefile="false"/>
       <classpath>
         <pathelement location="${build.dir}/test-classes"/>
         <path refid="libs-basic-run-classpath"/>
@@ -693,7 +693,7 @@ list of possible build targets.
     <mkdir dir="${build.dir}/test-reports/fop-transcoder-allinone"/>
     <junit haltonerror="yes">
       <sysproperty key="basedir" value="${basedir}"/>
-      <formatter type="plain"/>
+      <formatter type="brief" usefile="false"/>
       <classpath>
         <pathelement location="${build.dir}/test-classes"/>
         <fileset dir="build">
@@ -713,7 +713,7 @@ list of possible build targets.
     <mkdir dir="${build.dir}/test-reports/fop"/>
     <junit haltonerror="yes">
       <sysproperty key="basedir" value="${basedir}"/>
-      <formatter type="plain"/>
+      <formatter type="brief" usefile="false"/>
       <classpath>
         <pathelement location="${build.dir}/test-classes"/>
         <path refid="libs-build-classpath"/>