You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/01/29 22:13:55 UTC

svn commit: r739015 - /lucene/solr/trunk/build.xml

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"/>