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:
Uwe Schindler 2010-03-17 14:57:32 +00:00
parent 8200c81eb8
commit 2e5c6cdadc
1 changed files with 1 additions and 0 deletions

View File

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