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:
Erik Hatcher 2003-10-20 18:07:02 +00:00
parent 964c1b7ada
commit f08368a613
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@
<junit printsummary="off" haltonfailure="no" <junit printsummary="off" haltonfailure="no"
errorProperty="tests.failed" failureProperty="tests.failed"> errorProperty="tests.failed" failureProperty="tests.failed">
<classpath refid="junit.classpath"/> <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="xml"/>
<formatter type="brief" usefile="false"/> <formatter type="brief" usefile="false"/>
<batchtest fork="yes" todir="${junit.output.dir}" unless="testcase"> <batchtest fork="yes" todir="${junit.output.dir}" unless="testcase">