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/04/13 16:37:11 UTC

svn commit: r1091803 - /geronimo/sandbox/forrest/tck/svnupdate4tck.sh

Author: xiaming
Date: Wed Apr 13 14:37:11 2011
New Revision: 1091803

URL: http://svn.apache.org/viewvc?rev=1091803&view=rev
Log:
Clean test result directories

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

Modified: geronimo/sandbox/forrest/tck/svnupdate4tck.sh
URL: http://svn.apache.org/viewvc/geronimo/sandbox/forrest/tck/svnupdate4tck.sh?rev=1091803&r1=1091802&r2=1091803&view=diff
==============================================================================
--- geronimo/sandbox/forrest/tck/svnupdate4tck.sh (original)
+++ geronimo/sandbox/forrest/tck/svnupdate4tck.sh Wed Apr 13 14:37:11 2011
@@ -4,6 +4,10 @@ exitstatus=1
 overallstatus=0
 
 if [ -d $HOME/tckdata/iterationexec ]; then
+    # clean artifacts and tck-testsuite/target directories
+    [ -d $HOME/tckdata/iterationexec/target ] && rm -rf $HOME/tckdata/iterationexec/target
+    [ -d $HOME/tckdata/iterationexec/project/tck-testsuite/target ] && rm -rf $HOME/tckdata/iterationexec/project/tck-testsuite/target
+    
     # enter the working directory
     cd $HOME/tckdata/iterationexec