You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/07/13 22:23:45 UTC

svn commit: r793695 - /harmony/enhanced/classlib/trunk/make/run-test.xml

Author: hindessm
Date: Mon Jul 13 20:23:45 2009
New Revision: 793695

URL: http://svn.apache.org/viewvc?rev=793695&view=rev
Log:
Remove unused target.

Modified:
    harmony/enhanced/classlib/trunk/make/run-test.xml

Modified: harmony/enhanced/classlib/trunk/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/run-test.xml?rev=793695&r1=793694&r2=793695&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/make/run-test.xml Mon Jul 13 20:23:45 2009
@@ -96,17 +96,6 @@
         <echo message="The test report is in ${display-location}"/>
     </target>
     
-    <target name="failure">
-        <fail message="Some tests failed">
-            <condition>
-                <or>
-                    <isset property="test.failures" />
-                    <isset property="test.errors" />
-                </or>
-            </condition>
-        </fail>
-    </target>
-
     <macrodef name="run-tests">
         <attribute name="module" />
         <attribute name="jar" />