Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-16 16:57:50 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 22:41:51 +0300
commitfed3994cdbcbd58852f82ced1cf5f0d34eed83d5 (patch)
tree538ba49d1d1ff18f59dc12bcba1150855515ab7c /autotest.sh
parentb04e0deccc8f616dbdba175a31a1c6e5b723dc99 (diff)
Fix termination of the ceph docker
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh3
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