diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 15:57:50 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-10-20 09:52:05 +0200 |
commit | f4e68ca36a93e06e3412af7a361324d3afa9582e (patch) | |
tree | 77ebec74b7b869cee191390ec8fc7d02a2e959a3 | |
parent | 4408507fc79863cf83a1b20c7a35b606755c470c (diff) | |
download | nextcloud-server-f4e68ca36a93e06e3412af7a361324d3afa9582e.tar.gz nextcloud-server-f4e68ca36a93e06e3412af7a361324d3afa9582e.zip |
Fix termination of the ceph docker
-rwxr-xr-x | autotest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index 73ba74009f2..460fa9e38b1 100755 --- a/autotest.sh +++ b/autotest.sh @@ -270,8 +270,9 @@ function execute_tests { fi if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then + cd .. echo "Kill the swift docker" - objectstore/stop-swift-ceph.sh + tests/objectstore/stop-swift-ceph.sh fi if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then |