You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2015/03/11 19:24:42 UTC

svn commit: r1665958 - /pig/trunk/build.xml

Author: daijy
Date: Wed Mar 11 18:24:42 2015
New Revision: 1665958

URL: http://svn.apache.org/r1665958
Log:
PIG-4453: Remove test-tez-local target (PIG-4453-3.patch)

Modified:
    pig/trunk/build.xml

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1665958&r1=1665957&r2=1665958&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Mar 11 18:24:42 2015
@@ -992,7 +992,7 @@
         <echo message="=======================" />
         <propertyreset name="test.exec.type" value="tez" />
         <propertyreset name="test.log.dir" value="${test.build.dir}/logs/${test.exec.type}" />
-        <macro-test-runner test.file="${test.tez.file}" tests.failed="test.tez.failed"/>
+        <macro-test-runner test.file="${test.all.file}" tests.failed="test.tez.failed"/>
         <condition property="any.tests.failed">
           <or>
             <isset property="test.mr.failed"/>