mirror of https://github.com/apache/lucene.git
Fix: Pass all props and refs down on antcall delegation...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fdb070314f
commit
fe3892f65e
|
@ -435,6 +435,6 @@
|
|||
|
||||
<!-- hack for now to disable *all* Solr tests on Jenkins when "tests.disable-solr" property is set -->
|
||||
<target name="test" unless="tests.disable-solr">
|
||||
<antcall target="common.test"/>
|
||||
<antcall target="common.test" inheritrefs="true" inheritall="true"/>
|
||||
</target>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue