You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:41:28 UTC

svn commit: r1077661 - /hadoop/common/branches/branch-0.20-security-patches/src/contrib/gridmix/build.xml

Author: omalley
Date: Fri Mar  4 04:41:28 2011
New Revision: 1077661

URL: http://svn.apache.org/viewvc?rev=1077661&view=rev
Log:
commit 9ed3f797aa454bea0d606d1e77a74d5d2bc9f6fe
Author: Vinay Kumar Thota <vi...@yahoo-inc.com>
Date:   Tue Aug 31 06:50:12 2010 +0000

    MAPREDUCE:2019 from https://issues.apache.org/jira/secure/attachment/12453403/MAPREDUCE-2019.patch

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

Modified: hadoop/common/branches/branch-0.20-security-patches/src/contrib/gridmix/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/contrib/gridmix/build.xml?rev=1077661&r1=1077660&r2=1077661&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/src/contrib/gridmix/build.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/src/contrib/gridmix/build.xml Fri Mar  4 04:41:28 2011
@@ -20,4 +20,14 @@
 
   <import file="../build-contrib.xml"/>
 
+   <!-- Run all unit tests. superdottest -->
+  <target name="test">
+   <antcall target="hadoopbuildcontrib.test" />
+  </target>
+
+  <!--Run all system tests.-->
+  <target name="test-system">
+    <antcall target="hadoopbuildcontrib.test-system" />
+   </target>
+
 </project>