mirror of https://github.com/apache/lucene.git
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:
parent
8d78ef8480
commit
087701b142
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue