tweak so 'ant test' output is brief by default in both ant 1.6.5 and 1.7

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2007-04-27 21:52:31 +00:00
parent 44c3d4b48f
commit db98c1dc64
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
<!-- no description so it doesn't show up in -projecthelp -->
<mkdir dir="${junit.output.dir}"/>
<junit printsummary="withOutAndErr"
<junit printsummary="on"
haltonfailure="no"
errorProperty="tests.failed"
failureProperty="tests.failed"