Author: omalley
Date: Tue Mar 8 05:57:29 2011
New Revision: 1079221
URL: http://svn.apache.org/viewvc?rev=1079221&view=rev
Log:
commit b824c19204fe295a1fa221ecfcd87f1889b794e2
Author: Vinay Kumar Thota <[email protected]>
Date: Thu Dec 16 20:49:14 2010 -0800
MAPREDUCE:2019 from
https://issues.apache.org/jira/secure/attachment/12453403/MAPREDUCE-2019.patch
Modified:
hadoop/mapreduce/branches/yahoo-merge/src/contrib/gridmix/build.xml
Modified: hadoop/mapreduce/branches/yahoo-merge/src/contrib/gridmix/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/contrib/gridmix/build.xml?rev=1079221&r1=1079220&r2=1079221&view=diff
==============================================================================
--- hadoop/mapreduce/branches/yahoo-merge/src/contrib/gridmix/build.xml
(original)
+++ hadoop/mapreduce/branches/yahoo-merge/src/contrib/gridmix/build.xml Tue Mar
8 05:57:29 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>