You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2010/03/28 19:36:37 UTC

svn commit: r928455 - /hadoop/chukwa/branches/chukwa-0.4/build.xml

Author: eyang
Date: Sun Mar 28 17:36:37 2010
New Revision: 928455

URL: http://svn.apache.org/viewvc?rev=928455&view=rev
Log:
CHUKWA-456. Remove /tmp/chukwa/hicc during test phase to prevent bad data building up and prevent test case to run properly. (Eric Yang)

Modified:
    hadoop/chukwa/branches/chukwa-0.4/build.xml

Modified: hadoop/chukwa/branches/chukwa-0.4/build.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.4/build.xml?rev=928455&r1=928454&r2=928455&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.4/build.xml (original)
+++ hadoop/chukwa/branches/chukwa-0.4/build.xml Sun Mar 28 17:36:37 2010
@@ -464,6 +464,7 @@
 	  </target>
 	
 	<target name="test-chukwa" depends="compile,compile-test,compress" description="Run Chukwa unit tests">
+		<delete dir="/tmp/chukwa/hicc" />
 		<mkdir dir="${test.build.dir}/var" />
 		<mkdir dir="${test.build.dir}/var/log" />
 		<mkdir dir="${test.build.dir}/var/run" />