diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-01-19 12:43:28 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-01-19 12:43:28 +0000 |
commit | fd4eaf2cfa5e7b690e1acf37eb953e7b2087c0f1 (patch) | |
tree | de80d47b0a22df46c7521473b19cd17fbb847e3d /tests | |
parent | d4f04f7adccc3040b37ec2593341e14f4123acc9 (diff) | |
download | vaadin-framework-fd4eaf2cfa5e7b690e1acf37eb953e7b2087c0f1.tar.gz vaadin-framework-fd4eaf2cfa5e7b690e1acf37eb953e7b2087c0f1.zip |
Reverted last change as it does not remove the lock file
svn changeset:22707/svn branch:6.7
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/* |