mirror of https://github.com/apache/lucene.git
LUCENE-1709: use the build temp dir for junit temp files, prevents obnoxious junit temp files from littering the source tree
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d4b3141029
commit
3ae65e769c
|
@ -423,7 +423,7 @@
|
|||
This is very loud and obnoxious. abuse touch instead for a "quiet" mkdir
|
||||
-->
|
||||
<touch file="@{tempDir}/@{pattern}/quiet.ant" verbose="false" mkdirs="true"/>
|
||||
<junit printsummary="off" haltonfailure="no" maxmemory="512M"
|
||||
<junit printsummary="off" haltonfailure="no" maxmemory="512M" tempdir="@{tempDir}/@{pattern}"
|
||||
errorProperty="tests.failed" failureProperty="tests.failed" forkmode="perBatch" dir=".">
|
||||
<classpath refid="@{junit.classpath}"/>
|
||||
<assertions>
|
||||
|
|
Loading…
Reference in New Issue