mirror of https://github.com/apache/lucene.git
remove test properties from ant: SOLR-279
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7230a8eb3f
commit
1e65246689
|
@ -388,12 +388,6 @@
|
||||||
dir="src/test/test-files/"
|
dir="src/test/test-files/"
|
||||||
>
|
>
|
||||||
<formatter type="brief" usefile="false" if="junit.details"/>
|
<formatter type="brief" usefile="false" if="junit.details"/>
|
||||||
<syspropertyset>
|
|
||||||
<propertyref prefix="solr" />
|
|
||||||
</syspropertyset>
|
|
||||||
<!-- solr.test.sys.prop1/2 used by TestConfig -->
|
|
||||||
<sysproperty key="solr.test.sys.prop1" value="propone"/>
|
|
||||||
<sysproperty key="solr.test.sys.prop2" value="proptwo"/>
|
|
||||||
<classpath refid="test.run.classpath"/>
|
<classpath refid="test.run.classpath"/>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
<batchtest fork="yes" todir="${junit.output.dir}" unless="testcase">
|
<batchtest fork="yes" todir="${junit.output.dir}" unless="testcase">
|
||||||
|
|
Loading…
Reference in New Issue