mirror of https://github.com/apache/lucene.git
LUCENE-2326: In clover reports exclude then backwards tests correctly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@924321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8200c81eb8
commit
2e5c6cdadc
|
@ -513,6 +513,7 @@
|
|||
<fileset dir="${build.dir}" id="clover.test.result.files">
|
||||
<include name="**/test/TEST-*.xml" />
|
||||
<!-- do not include BW tests -->
|
||||
<exclude name="backwards/**"/>
|
||||
</fileset>
|
||||
<clover-report>
|
||||
<current outfile="${clover.report.dir}" title="${final.name}" numThreads="0">
|
||||
|
|
Loading…
Reference in New Issue