You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by nz...@apache.org on 2011/07/06 02:13:38 UTC

svn commit: r1143233 - /hive/trunk/build.xml

Author: nzhang
Date: Wed Jul  6 00:13:37 2011
New Revision: 1143233

URL: http://svn.apache.org/viewvc?rev=1143233&view=rev
Log:
HIVE-2257. Enable TestHadoop20SAuthBridge (Carl Steinbach via Ning Zhang)

Modified:
    hive/trunk/build.xml

Modified: hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build.xml?rev=1143233&r1=1143232&r2=1143233&view=diff
==============================================================================
--- hive/trunk/build.xml (original)
+++ hive/trunk/build.xml Wed Jul  6 00:13:37 2011
@@ -202,11 +202,9 @@
   </target>
 
   <target name="test" depends="clean-test,jar-test" description="Run tests">
-  <!-- TODO: temp comment out for testing
     <antcall target="test-shims">
       <param name="hadoop.version.ant-internal" value="${hadoop.security.version}" />
     </antcall>
-    -->
     <for keepgoing="${test.continue.on.failure}" param="file">
       <path>
         <fileset dir="." includes="*/build.xml" excludes="ant/*,odbc/*,shims/*"/>