mirror of https://github.com/apache/lucene.git
LUCENE-1709: specify output dir as temp dir, prevents junit temp files from littering the src tree
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@933543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29334f61cb
commit
af9ee162d7
|
@ -447,6 +447,7 @@
|
|||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/test-files/"
|
||||
tempdir="${junit.output.dir}"
|
||||
>
|
||||
<sysproperty key="java.util.logging.config.file" value="${common-solr.dir}/testlogging.properties"/>
|
||||
<sysproperty key="tests.luceneMatchVersion" value="${tests.luceneMatchVersion}"/>
|
||||
|
|
|
@ -136,6 +136,7 @@
|
|||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/resources/"
|
||||
tempdir="${junit.output.dir}"
|
||||
>
|
||||
<formatter type="brief" usefile="false" if="junit.details"/>
|
||||
<classpath refid="test.classpath"/>
|
||||
|
|
|
@ -135,6 +135,7 @@
|
|||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/resources/"
|
||||
tempdir="${junit.output.dir}"
|
||||
>
|
||||
<formatter type="brief" usefile="false" if="junit.details"/>
|
||||
<classpath refid="test.classpath"/>
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/resources/"
|
||||
tempdir="${junit.output.dir}"
|
||||
>
|
||||
<formatter type="brief" usefile="false" if="junit.details"/>
|
||||
<classpath refid="test.classpath"/>
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/main"
|
||||
tempdir="${junit.output.dir}"
|
||||
>
|
||||
<sysproperty key="java.util.logging.config.file" value="${common-solr.dir}/testlogging.properties"/>
|
||||
<formatter type="brief" usefile="false"/>
|
||||
|
|
Loading…
Reference in New Issue