Author: xuefu
Date: Mon May 18 01:39:15 2015
New Revision: 1679916

URL: http://svn.apache.org/r1679916
Log:
PIG-4558: Modify the test.output value from no to yes to show more error 
message (Liyun via Xuefu)

Modified:
    pig/branches/spark/build.xml

Modified: pig/branches/spark/build.xml
URL: 
http://svn.apache.org/viewvc/pig/branches/spark/build.xml?rev=1679916&r1=1679915&r2=1679916&view=diff
==============================================================================
--- pig/branches/spark/build.xml (original)
+++ pig/branches/spark/build.xml Mon May 18 01:39:15 2015
@@ -120,7 +120,7 @@
     <!-- test configuration, use ${user.home}/build.properties to configure 
values  -->
     <property name="ssh.gateway" value="" />
     <property name="hod.server" value="" />
-    <property name="test.output" value="no"/>
+    <property name="test.output" value="yes"/>
 
     <!-- e2e test properties -->
     <property name="test.e2e.dir" value="${basedir}/test/e2e/pig"/>


Reply via email to