diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 15:57:50 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 21:41:51 +0200 |
commit | fed3994cdbcbd58852f82ced1cf5f0d34eed83d5 (patch) | |
tree | 538ba49d1d1ff18f59dc12bcba1150855515ab7c /autotest.sh | |
parent | b04e0deccc8f616dbdba175a31a1c6e5b723dc99 (diff) | |
download | nextcloud-server-fed3994cdbcbd58852f82ced1cf5f0d34eed83d5.tar.gz nextcloud-server-fed3994cdbcbd58852f82ced1cf5f0d34eed83d5.zip |
Fix termination of the ceph docker
Diffstat (limited to 'autotest.sh')
-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 |