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:
Uwe Schindler 2012-11-30 18:53:23 +00:00
parent fdb070314f
commit fe3892f65e
1 changed files with 1 additions and 1 deletions

View File

@ -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>