little fix to make tests work when called from a build.xml in a higher dir

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@924513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-03-17 22:00:02 +00:00
parent 8d78ef8480
commit 087701b142
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
</condition>
<mkdir dir="@{junit.output.dir}"/>
<junit printsummary="off" haltonfailure="no" maxmemory="512M"
errorProperty="tests.failed" failureProperty="tests.failed" forkmode="perBatch">
errorProperty="tests.failed" failureProperty="tests.failed" forkmode="perBatch" dir=".">
<classpath refid="@{junit.classpath}"/>
<assertions>
<enable package="org.apache.lucene"/>