You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2013/11/05 05:43:57 UTC

svn commit: r1538866 - /pig/branches/tez/build.xml

Author: cheolsoo
Date: Tue Nov  5 04:43:57 2013
New Revision: 1538866

URL: http://svn.apache.org/r1538866
Log:
PIG-3540: e2e test for tez (add piggybank dependency)

Modified:
    pig/branches/tez/build.xml

Modified: pig/branches/tez/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/tez/build.xml?rev=1538866&r1=1538865&r2=1538866&view=diff
==============================================================================
--- pig/branches/tez/build.xml (original)
+++ pig/branches/tez/build.xml Tue Nov  5 04:43:57 2013
@@ -924,7 +924,7 @@
         <ant dir="${test.e2e.dir}"/>
     </target>
 
-    <target name="test-e2e-tez" depends="jar, jar-withouthadoop" description="run end-to-end tests in tez mode">
+    <target name="test-e2e-tez" depends="jar, jar-withouthadoop, piggybank" description="run end-to-end tests in tez mode">
         <ant dir="${test.e2e.dir}" target="test-tez"/>
     </target>