Skip to content

Commit

Permalink
Format 'brief' produces better output for failures
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sebbASF committed Feb 21, 2011
1 parent 5441724 commit 890e8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-jar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"/>
Expand Down

0 comments on commit 890e8eb

Please sign in to comment.