Browse Source

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 years ago
parent
commit
20963871ca
1 changed files with 0 additions and 1 deletions
  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>