diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_base_files/cleanup.sh | 3 |
1 files changed, 1 insertions, 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/* |