mirror of https://github.com/apache/lucene.git
provide default values for tests.* system properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43628919e5
commit
d0452d158e
|
@ -46,6 +46,20 @@
|
||||||
<slf4j.version>1.6.1</slf4j.version>
|
<slf4j.version>1.6.1</slf4j.version>
|
||||||
<tika.version>1.0</tika.version>
|
<tika.version>1.0</tika.version>
|
||||||
<httpcomponents.version>4.1.3</httpcomponents.version>
|
<httpcomponents.version>4.1.3</httpcomponents.version>
|
||||||
|
|
||||||
|
<tests.asserts.gracious>false</tests.asserts.gracious>
|
||||||
|
<tests.codec>random</tests.codec>
|
||||||
|
<tests.directory>random</tests.directory>
|
||||||
|
<tests.iter>1</tests.iter>
|
||||||
|
<tests.iter.min>1</tests.iter.min>
|
||||||
|
<tests.locale>random</tests.locale>
|
||||||
|
<tests.luceneMatchVersion>4.0</tests.luceneMatchVersion>
|
||||||
|
<tests.multiplier>1</tests.multiplier>
|
||||||
|
<tests.postingsformat>random</tests.postingsformat>
|
||||||
|
<tests.seed>random</tests.seed>
|
||||||
|
<tests.timezone>random</tests.timezone>
|
||||||
|
<tests.verbose>false</tests.verbose>
|
||||||
|
<tests.infostream>${tests.verbose}</tests.infostream>
|
||||||
</properties>
|
</properties>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>JIRA</system>
|
<system>JIRA</system>
|
||||||
|
@ -469,7 +483,6 @@
|
||||||
<tests.nightly>${tests.nightly}</tests.nightly>
|
<tests.nightly>${tests.nightly}</tests.nightly>
|
||||||
<tests.postingsformat>${tests.postingsformat}</tests.postingsformat>
|
<tests.postingsformat>${tests.postingsformat}</tests.postingsformat>
|
||||||
<tests.seed>${tests.seed}</tests.seed>
|
<tests.seed>${tests.seed}</tests.seed>
|
||||||
<tests.threadspercpu>${tests.threadspercpu}</tests.threadspercpu>
|
|
||||||
<tests.timezone>${tests.timezone}</tests.timezone>
|
<tests.timezone>${tests.timezone}</tests.timezone>
|
||||||
<tests.verbose>${tests.verbose}</tests.verbose>
|
<tests.verbose>${tests.verbose}</tests.verbose>
|
||||||
</systemPropertyVariables>
|
</systemPropertyVariables>
|
||||||
|
|
Loading…
Reference in New Issue