You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2011/01/18 08:34:48 UTC

svn commit: r1060223 - /geronimo/sandbox/forrest/tck/harness_cleanEnvironment.sh

Author: xiaming
Date: Tue Jan 18 07:34:48 2011
New Revision: 1060223

URL: http://svn.apache.org/viewvc?rev=1060223&view=rev
Log:
Add more cleanup before run test

Modified:
    geronimo/sandbox/forrest/tck/harness_cleanEnvironment.sh

Modified: geronimo/sandbox/forrest/tck/harness_cleanEnvironment.sh
URL: http://svn.apache.org/viewvc/geronimo/sandbox/forrest/tck/harness_cleanEnvironment.sh?rev=1060223&r1=1060222&r2=1060223&view=diff
==============================================================================
--- geronimo/sandbox/forrest/tck/harness_cleanEnvironment.sh (original)
+++ geronimo/sandbox/forrest/tck/harness_cleanEnvironment.sh Tue Jan 18 07:34:48 2011
@@ -3,7 +3,7 @@
 # This list sync with cleanEnvironment method of groovy scripts "sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy"
 echo "Delete runtest related system temp files with sudo privilege..."
 sudo rm -rf /tmp/anthill-cts-props.txt
-sudo find /tmp -maxdepth 1 -name geronimo*.* -print | sudo rm -rf
+sudo find /tmp -maxdepth 1 -name "geronimo*.*" -print | sudo rm -rf
 sudo rm -rf /tmp/geronimo*.*
 sudo rm -rf /tmp/test-*.jar
 sudo rm -rf /tmp/Axis*.att
@@ -13,6 +13,9 @@ sudo rm -rf /tmp/accessedFile*tmp
 sudo rm -rf /tmp/deniedFile*tmp
 sudo rm -rf /tmp/runtimedepplan*
 sudo rm -rf /tmp/fSimpleTabularData*ser
+sudo rm -rf /tmp/fileinstall-*
+sudo rm -rf /tmp/folderToZip*
+sudo rm -rf /tmp/customProfileDir*
 
 echo "Kill geronimo related processes..."
 sudo pkill -9 -f server.jar