mirror of https://github.com/apache/lucene.git
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:
parent
bd55432e5c
commit
d376261c3d
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue