diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-10-25 06:23:15 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-10-25 06:23:15 +0000 |
commit | b5b298d7137116fdfe6aabc4f6e36d17fcb753d4 (patch) | |
tree | 50902c124e1ba268d0bef4a26f1b1493b36213d2 /tests | |
parent | e731c5f25adc4218b0087cbe164f2c5ba5d61ca5 (diff) | |
download | vaadin-framework-b5b298d7137116fdfe6aabc4f6e36d17fcb753d4.tar.gz vaadin-framework-b5b298d7137116fdfe6aabc4f6e36d17fcb753d4.zip |
Ensure cleanup.sh is run by bash
svn changeset:21788/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_base_files/cleanup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_base_files/cleanup.sh b/tests/integration_base_files/cleanup.sh index 2ee8968aae..42fb5a434d 100644 --- a/tests/integration_base_files/cleanup.sh +++ b/tests/integration_base_files/cleanup.sh @@ -1,3 +1,4 @@ +#! /bin/bash echo checking and killing open servers # Find all java processes, except |