mirror of https://github.com/apache/lucene.git
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:
parent
e943c4b76e
commit
9c362d10e6
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue