mirror of https://github.com/apache/lucene.git
add support for -Dtests.codec to solr tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/preflexfixes@967179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9098d7ea17
commit
69597e5a87
|
@ -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}"/>
|
||||
|
||||
|
|
|
@ -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" />
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue