Author: markrmiller
Date: Wed Mar 17 22:00:02 2010
New Revision: 924513
URL: http://svn.apache.org/viewvc?rev=924513&view=rev
Log:
little fix to make tests work when called from a build.xml in a higher dir
Modified:
lucene/solr/branches/newtrunk/lucene/common-build.xml
Modified: lucene/solr/branches/newtrunk/lucene/common-build.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/branches/newtrunk/lucene/common-build.xml?rev=924513&r1=924512&r2=924513&view=diff
==============================================================================
--- lucene/solr/branches/newtrunk/lucene/common-build.xml (original)
+++ lucene/solr/branches/newtrunk/lucene/common-build.xml Wed Mar 17 22:00:02
2010
@@ -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"/>