summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2012-01-17 16:08:30 +0000
committerArtur Signell <artur.signell@itmill.com>2012-01-17 16:08:30 +0000
commita5429e808dff4dd45728e2f86150bda73b03bbfb (patch)
tree19911c6552fcab5e8c7dff9e294e310ca3b7679f /tests
parenta2c034e7b8039fab2b2da06aee0540d08ab11b54 (diff)
downloadvaadin-framework-a5429e808dff4dd45728e2f86150bda73b03bbfb.tar.gz
vaadin-framework-a5429e808dff4dd45728e2f86150bda73b03bbfb.zip
Use ant script to cleanup instead of removing everything in the deploy directory
svn changeset:22678/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_base_files/cleanup.sh3
1 files changed, 2 insertions, 1 deletions
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
+