LUCENE-3871: Dump full stack on failure. If you feel uncomfortable with long stack traces contact me and I will soothe you :)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300838 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2012-03-15 08:12:00 +00:00
parent e943c4b76e
commit 9c362d10e6
1 changed files with 2 additions and 1 deletions

View File

@ -584,7 +584,8 @@
-->
<touch file="@{tempDir}/@{threadNum}/quiet.ant" verbose="false" mkdirs="true"/>
<junit printsummary="off" haltonfailure="no" maxmemory="${tests.heapsize}" tempdir="@{tempDir}/@{threadNum}"
errorProperty="tests.failed" failureProperty="tests.failed" forkmode="perBatch" dir="@{tempDir}/@{threadNum}">
errorProperty="tests.failed" failureProperty="tests.failed" forkmode="perBatch" dir="@{tempDir}/@{threadNum}"
filtertrace="false">
<classpath refid="@{junit.classpath}"/>
<assertions>
<enable package="org.apache.lucene"/>