소스 검색

commit 4a4cadb6a641dd5a600ee7c0ab721ec197dbc03a
Author: Konstantin Boudnik <cos@apache.org>
Date: Mon Oct 4 12:12:30 2010 -0700

HADOOP-6971 from https://issues.apache.org/jira/secure/attachment/12455747/HADOOP-6971.y20S.patch (cos)

+++ b/YAHOO-CHANGES.txt
+ HADOOP-6971. Clover build doesn't generate per-test coverage (cos)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077759 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 년 전
부모
커밋
75f411b3f8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      build.xml

+ 2 - 1
build.xml

@@ -1871,7 +1871,8 @@
    <taskdef resource="cloverlib.xml" classpath="${clover.jar}"/>
    <mkdir dir="${clover.db.dir}"/>
    <clover-setup initString="${clover.db.dir}/hadoop_coverage.db">
-     <fileset dir="src" includes="core/**/* tools/**/* hdfs/**/* mapred/**/*"/>
+     <fileset dir="${src.dir}" includes="core/**/* tools/**/* hdfs/**/* mapred/**/*"/>
+     <testsources dir="${test.src.dir}" />
    </clover-setup>
 </target>