Author: yonik
Date: Thu Jan 29 21:13:55 2009
New Revision: 739015

URL: http://svn.apache.org/viewvc?rev=739015&view=rev
Log:
allow passing in of args to the jvm running unit tests

Modified:
    lucene/solr/trunk/build.xml

Modified: lucene/solr/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=739015&r1=739014&r2=739015&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Thu Jan 29 21:13:55 2009
@@ -359,6 +359,7 @@
            failureProperty="tests.failed"
            dir="src/test/test-files/"
            >
+      <jvmarg line="${args}"/>
       <formatter type="brief" usefile="false" if="junit.details"/>
       <classpath refid="test.run.classpath"/>
       <formatter type="xml"/>


Reply via email to