don't pass local properties down for clover

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-08-30 18:00:10 +00:00
parent 3c0d111d07
commit 4f7542e807
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ File | Project Structure | Platform Settings | SDKs):
</target>
<target name="run-clover" description="Runs all tests to measure coverage and generates report (pass &quot;ANT_OPTS=-Xmx1536M&quot; as environment)" depends="clean">
<antcall>
<antcall inheritAll="false">
<param name="run.clover" value="true"/>
<!-- must be 1, as clover does not like parallel test runs: -->
<param name="tests.jvms.override" value="1"/>