You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by gk...@apache.org on 2010/06/15 11:10:27 UTC

svn commit: r954772 - in /hadoop/pig/trunk: CHANGES.txt build.xml

Author: gkesavan
Date: Tue Jun 15 09:10:27 2010
New Revision: 954772

URL: http://svn.apache.org/viewvc?rev=954772&view=rev
Log:
PIG-1302: Include zebra's pigtest ant target as a part of pig's ant test target. Contributed by gkesavan.

Modified:
    hadoop/pig/trunk/CHANGES.txt
    hadoop/pig/trunk/build.xml

Modified: hadoop/pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=954772&r1=954771&r2=954772&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Tue Jun 15 09:10:27 2010
@@ -73,6 +73,9 @@ subsequent calls to LOLoad.getSchema() o
 PIG-1413: Remove svn:externals reference for test-patch.sh and 
 create a local copy of test-patch.sh (gkesavan)
 
+PIG-1302: Include zebra's "pigtest" ant target as a part of pig's 
+ant test target. (gkesavan)
+
 OPTIMIZATIONS
 
 PIG-1353: Map-side joins (ashutoshc)

Modified: hadoop/pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/pig/trunk/build.xml?rev=954772&r1=954771&r2=954772&view=diff
==============================================================================
--- hadoop/pig/trunk/build.xml (original)
+++ hadoop/pig/trunk/build.xml Tue Jun 15 09:10:27 2010
@@ -615,8 +615,8 @@
 	<antcall target="test-contrib" inheritRefs="true" inheritall="true"/>
     </target>    
 
-    <target name="test-contrib" description="to call contrib tests">
-        <!--#### test-contrib is yet to be implemented #### -->	
+    <target name="test-contrib" depends="compile-test" description="to call contrib tests">
+        <subant target="pigtest" buildpath="contrib/zebra" antfile="build.xml"/>
     </target>	
 
     <!-- ================================================================== -->