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 14:27:27 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 22:41:51 +0300
commitb04e0deccc8f616dbdba175a31a1c6e5b723dc99 (patch)
tree0fae29d953fb3efe79fdb5e4f603a4fd2a2e905d /autotest.sh
parentd636bce8a478f7077589c56eba5d38d701e105b0 (diff)
Fix termination of the ceph docker
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index 42807b83e11..73ba74009f2 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -271,7 +271,7 @@ function execute_tests {
if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then
echo "Kill the swift docker"
- tests/objectstore/stop-swift-ceph.sh
+ objectstore/stop-swift-ceph.sh
fi
if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then