LUCENE-4187: exclude backwards (when it comes)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1371883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-08-11 08:14:56 +00:00
parent bd55432e5c
commit d376261c3d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<mkdir dir="${clover.report.dir}"/>
<fileset dir="." id="clover.test.result.files">
<include name="*/build/**/test/TEST-*.xml"/>
<exclude name="lucene/build/backwards/test/TEST-*.xml"/>
</fileset>
<clover-report>
<current outfile="${clover.report.dir}" title="${final.name}" numThreads="0">