mirror of https://github.com/apache/lucene.git
add dataDir VM property for test cases to use
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
964c1b7ada
commit
f08368a613
|
@ -243,7 +243,7 @@
|
|||
<junit printsummary="off" haltonfailure="no"
|
||||
errorProperty="tests.failed" failureProperty="tests.failed">
|
||||
<classpath refid="junit.classpath"/>
|
||||
<!-- <formatter type="plain"/> todo: does anyone use these text files? -->
|
||||
<sysproperty key="dataDir" file="src/test"/>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="brief" usefile="false"/>
|
||||
<batchtest fork="yes" todir="${junit.output.dir}" unless="testcase">
|
||||
|
|
Loading…
Reference in New Issue