diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-03-01 10:45:48 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-03-01 10:45:48 +0100 |
commit | 4943a0326d5b49fba787f13842791b4161bd38e0 (patch) | |
tree | 263d7ef27da3be4abf1c33fb9ed73bd6d4e4c88d /tests/objectstore/stop-swift-ceph.sh | |
parent | 078cc3b3f0ac34919b4b30cfa08799ce7743bc87 (diff) | |
download | nextcloud-server-4943a0326d5b49fba787f13842791b4161bd38e0.tar.gz nextcloud-server-4943a0326d5b49fba787f13842791b4161bd38e0.zip |
Use sockets for startup notification in primary storage tests
Diffstat (limited to 'tests/objectstore/stop-swift-ceph.sh')
-rwxr-xr-x | tests/objectstore/stop-swift-ceph.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/objectstore/stop-swift-ceph.sh b/tests/objectstore/stop-swift-ceph.sh index 400db8925e9..23423e73d6a 100755 --- a/tests/objectstore/stop-swift-ceph.sh +++ b/tests/objectstore/stop-swift-ceph.sh @@ -38,3 +38,4 @@ fi; # cleanup rm -rf $thisFolder/swift.config.php rm -rf $thisFolder/dockerContainerCeph.$EXECUTOR_NUMBER.swift +rm -rf $thisFolder/dockerContainerCeph.$EXECUTOR_NUMBER.swift.sock |