You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/07/23 19:44:22 UTC

svn commit: r967179 - in /lucene/dev/branches/preflexfixes/solr: build.xml common-build.xml

Author: rmuir
Date: Fri Jul 23 17:44:21 2010
New Revision: 967179

URL: http://svn.apache.org/viewvc?rev=967179&view=rev
Log:
add support for -Dtests.codec to solr tests

Modified:
    lucene/dev/branches/preflexfixes/solr/build.xml
    lucene/dev/branches/preflexfixes/solr/common-build.xml

Modified: lucene/dev/branches/preflexfixes/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/preflexfixes/solr/build.xml?rev=967179&r1=967178&r2=967179&view=diff
==============================================================================
--- lucene/dev/branches/preflexfixes/solr/build.xml (original)
+++ lucene/dev/branches/preflexfixes/solr/build.xml Fri Jul 23 17:44:21 2010
@@ -435,6 +435,7 @@
            >
       <sysproperty key="java.util.logging.config.file" value="${common-solr.dir}/testlogging.properties"/>
       <sysproperty key="tests.luceneMatchVersion" value="${tests.luceneMatchVersion}"/>
+      <sysproperty key="tests.codec" value="${tests.codec}"/>
       <jvmarg line="${dir.prop}"/>
       <jvmarg line="${args}"/>
 

Modified: lucene/dev/branches/preflexfixes/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/preflexfixes/solr/common-build.xml?rev=967179&r1=967178&r2=967179&view=diff
==============================================================================
--- lucene/dev/branches/preflexfixes/solr/common-build.xml (original)
+++ lucene/dev/branches/preflexfixes/solr/common-build.xml Fri Jul 23 17:44:21 2010
@@ -44,6 +44,8 @@
   <!-- TODO: measure toning this down by default to 1 -->
   <property name="threadsPerProcessor" value="2"/>
 
+  <property name="tests.codec" value="Standard" />
+
   <!-- Example directory -->
   <property name="example" value="${common-solr.dir}/example" />
   <!--