Просмотр исходного кода

commit 9ed3f797aa454bea0d606d1e77a74d5d2bc9f6fe
Author: Vinay Kumar Thota <vinayt@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


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

Owen O'Malley 14 лет назад
Родитель
Сommit
94e700f0ce
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      src/contrib/gridmix/build.xml

+ 10 - 0
src/contrib/gridmix/build.xml

@@ -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>