You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ha...@apache.org on 2011/05/31 18:46:44 UTC

svn commit: r1129843 - in /incubator/hcatalog/trunk: CHANGES.txt build.xml

Author: hashutosh
Date: Tue May 31 18:46:44 2011
New Revision: 1129843

URL: http://svn.apache.org/viewvc?rev=1129843&view=rev
Log:
HCATALOG-33: minor changes to the test target in build.xml

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/build.xml

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1129843&r1=1129842&r2=1129843&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Tue May 31 18:46:44 2011
@@ -12,6 +12,8 @@ Trunk (unreleased changes)
     (Krishna Kumar via macyang)
     
   IMPROVEMENTS
+
+    HCAT-33. minor changes to the test target in build.xml (macyang via hashutosh)
  
     HCAT-30. Need changes.txt (Jakob Homan via hashutosh)
   

Modified: incubator/hcatalog/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1129843&r1=1129842&r2=1129843&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Tue May 31 18:46:44 2011
@@ -282,6 +282,7 @@
       <!-- If anyone knows how to set umask inside ant please do so -->
       <exec executable="bin/umaskcheck.sh" failonerror="true"/>
       <delete dir="${test.log.dir}"/>
+      <delete dir="${test.warehouse.dir}"/>
       <mkdir dir="${test.log.dir}"/>
       <mkdir dir="${test.warehouse.dir}"/>
       <junit showoutput="${test.output}" printsummary="yes" haltonfailure="no"