]> source.dussan.org Git - poi.git/commitdiff
better diagnostics when running single tests
authorAvik Sengupta <avik@apache.org>
Mon, 29 Jul 2002 13:46:59 +0000 (13:46 +0000)
committerAvik Sengupta <avik@apache.org>
Mon, 29 Jul 2002 13:46:59 +0000 (13:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352817 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 335afe370c98fd5e29bccf65dcfed0af9e743396..31e0ebcfe5867226e3ec3407e29b1d84f61a0677 100644 (file)
--- a/build.xml
+++ b/build.xml
       description="--> runs the single unit test defined in the testcase property">
   
   
-    <junit2 printsummary="yes" haltonfailure="${junit.test.haltonfailure}" fork="yes">
+    <junit2 printsummary="no" haltonfailure="${junit.test.haltonfailure}" fork="yes">
           <formatter type="xml" />
+         <formatter type="plain" usefile="no"/>
          <sysproperty key="UTIL.testdata.path"
                           value="${xlayout.source.test.dir}/org/apache/poi/util/data"/>
          <sysproperty key="HSSF.testdata.path"