You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/05/20 21:27:34 UTC

svn commit: r539914 - /maven/core-integration-testing/trunk/run-its.sh

Author: carlos
Date: Sun May 20 12:27:33 2007
New Revision: 539914

URL: http://svn.apache.org/viewvc?view=rev&rev=539914
Log:
delete the temp repo so the good one ends in the right place

Modified:
    maven/core-integration-testing/trunk/run-its.sh

Modified: maven/core-integration-testing/trunk/run-its.sh
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/run-its.sh?view=diff&rev=539914&r1=539913&r2=539914
==============================================================================
--- maven/core-integration-testing/trunk/run-its.sh (original)
+++ maven/core-integration-testing/trunk/run-its.sh Sun May 20 12:27:33 2007
@@ -26,4 +26,5 @@
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 )
 
+rm -rf "${LOCAL_REPO}"
 mv "${LOCAL_REPO}.its" "${LOCAL_REPO}"