소스 검색

commit bdefca04f429b210ebd4a00074a3dd482eb92644
Author: Owen O'Malley <omalley@apache.org>
Date: Fri Feb 19 15:14:37 2010 -0800

Remove fault inject tests from the test target since they don't compile.


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

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

+ 0 - 1
build.xml

@@ -967,7 +967,6 @@
     <property name="continueOnFailure" value="true"/>
     <antcall target="test-core"/>
     <antcall target="test-contrib"/>
-    <antcall target="run-test-core-fault-inject"/>
     <available file="${test.build.dir}/testsfailed" property="testsfailed"/>
     <fail if="testsfailed">Tests failed!</fail>
   </target>