From a5429e808dff4dd45728e2f86150bda73b03bbfb Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 17 Jan 2012 16:08:30 +0000 Subject: [PATCH] Use ant script to cleanup instead of removing everything in the deploy directory svn changeset:22678/svn branch:6.7 --- tests/integration_base_files/cleanup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration_base_files/cleanup.sh b/tests/integration_base_files/cleanup.sh index 42fb5a434d..44e2e5f6ee 100644 --- a/tests/integration_base_files/cleanup.sh +++ b/tests/integration_base_files/cleanup.sh @@ -23,4 +23,5 @@ if [ -a /home/integration/demo.war ] fi echo Cleaning deploy dir -rm -rf /home/integration/deploy/* +ant -f /home/integration/deploy.xml clean + -- 2.39.5