From fd4eaf2cfa5e7b690e1acf37eb953e7b2087c0f1 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 19 Jan 2012 12:43:28 +0000 Subject: [PATCH] Reverted last change as it does not remove the lock file svn changeset:22707/svn branch:6.7 --- tests/integration_base_files/cleanup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration_base_files/cleanup.sh b/tests/integration_base_files/cleanup.sh index 44e2e5f6ee..42fb5a434d 100644 --- a/tests/integration_base_files/cleanup.sh +++ b/tests/integration_base_files/cleanup.sh @@ -23,5 +23,4 @@ if [ -a /home/integration/demo.war ] fi echo Cleaning deploy dir -ant -f /home/integration/deploy.xml clean - +rm -rf /home/integration/deploy/* -- 2.39.5