Author: tucu
Date: Tue Oct  2 21:48:39 2012
New Revision: 1393202

URL: http://svn.apache.org/viewvc?rev=1393202&view=rev
Log:
Making test-patch CLEAN to delete files created by pig/hive Main tests under 
core/ (tucu)

Modified:
    oozie/trunk/bin/test-patch-00-clean

Modified: oozie/trunk/bin/test-patch-00-clean
URL: 
http://svn.apache.org/viewvc/oozie/trunk/bin/test-patch-00-clean?rev=1393202&r1=1393201&r2=1393202&view=diff
==============================================================================
--- oozie/trunk/bin/test-patch-00-clean (original)
+++ oozie/trunk/bin/test-patch-00-clean Tue Oct  2 21:48:39 2012
@@ -83,6 +83,9 @@ parseArgs "$@"
 case $OP in
   pre)
     mvn clean ${MVNPASSTHRU} > ${TEMPDIR}/${TASKNAME}.txt
+    # removing files created outside of target/ by pig-main and hive-main 
testcases
+    rm core/pig*
+    rm core/hive*
     exit $?
     ;;
   post)


Reply via email to