Format 'brief' produces better output for failures

Allow output files to be generated

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-02-21 14:36:09 +00:00
parent 5441724b3d
commit 890e8ebf82
1 changed files with 1 additions and 1 deletions

View File

@ -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}"/>