Author: omalley
Date: Fri Mar  4 03:49:24 2011
New Revision: 1077182

URL: http://svn.apache.org/viewvc?rev=1077182&view=rev
Log:
commit bdefca04f429b210ebd4a00074a3dd482eb92644
Author: Owen O'Malley <[email protected]>
Date:   Fri Feb 19 15:14:37 2010 -0800

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

Modified:
    hadoop/common/branches/branch-0.20-security-patches/build.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/build.xml?rev=1077182&r1=1077181&r2=1077182&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/build.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/build.xml Fri Mar  4 
03:49:24 2011
@@ -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>


Reply via email to