mirror of https://github.com/apache/lucene.git
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:
parent
3c0d111d07
commit
4f7542e807
|
@ -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 "ANT_OPTS=-Xmx1536M" 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"/>
|
||||
|
|
Loading…
Reference in New Issue