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:
Dawid Weiss 2012-08-28 21:16:51 +00:00
parent 0d707bd8c7
commit 0cd9b42034
1 changed files with 2 additions and 1 deletions

View File

@ -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}"/>