You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/21 15:36:10 UTC

svn commit: r1072986 - /commons/proper/math/branches/MATH_2_X/test-jar.xml

Author: sebb
Date: Mon Feb 21 14:36:09 2011
New Revision: 1072986

URL: http://svn.apache.org/viewvc?rev=1072986&view=rev
Log:
Format 'brief' produces better output for failures
Allow output files to be generated

Modified:
    commons/proper/math/branches/MATH_2_X/test-jar.xml

Modified: commons/proper/math/branches/MATH_2_X/test-jar.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/test-jar.xml?rev=1072986&r1=1072985&r2=1072986&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/test-jar.xml (original)
+++ commons/proper/math/branches/MATH_2_X/test-jar.xml Mon Feb 21 14:36:09 2011
@@ -74,7 +74,7 @@
     <mkdir dir="${testreportdir}"/>
     <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
       <sysproperty key="basedir" value="."/>
-      <formatter usefile="false" type="plain"/>
+      <formatter usefile="true" type="brief"/>
       <classpath>
         <path refid="build.classpath"/>
         <pathelement path="${testclassesdir}"/>