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:
parent
5441724b3d
commit
890e8ebf82
|
@ -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}"/>
|
||||
|
|
Loading…
Reference in New Issue