mirror of https://github.com/apache/lucene.git
Make Clover runs be immune to test failures, also run bad apples when determining coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec184ba906
commit
505cf750c1
|
@ -316,7 +316,9 @@
|
|||
<param name="tests.multiplier" value="1"/>
|
||||
<param name="tests.nightly" value="false"/>
|
||||
<param name="tests.weekly" value="false"/>
|
||||
<param name="tests.multiplier" value="1"/>
|
||||
<param name="tests.badapples" value="true"/>
|
||||
<!-- The idea behind Clover is to determine test coverage, so be immune to failing tests: -->
|
||||
<param name="tests.haltonfailure" value="false"/>
|
||||
</antcall>
|
||||
</target>
|
||||
<target name="-jenkins-clover" depends="clean,test,generate-clover-reports"/>
|
||||
|
|
Loading…
Reference in New Issue