mirror of https://github.com/apache/lucene.git
LUCENE-4338: Redirect java.io.tmpdir so that each JVM gets their own tmpdir under a build/test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d707bd8c7
commit
0cd9b42034
|
@ -847,7 +847,8 @@
|
|||
<sysproperty key="tests.multiplier" value="@{tests.multiplier}"/>
|
||||
|
||||
<!-- Temporary directory in the cwd. -->
|
||||
<sysproperty key="tempDir" value="."/>
|
||||
<sysproperty key="tempDir" value="." />
|
||||
<sysproperty key="java.io.tmpdir" value="." />
|
||||
|
||||
<sysproperty key="lucene.version" value="${dev.version}"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue