diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 13:27:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 21:41:51 +0200 |
commit | b04e0deccc8f616dbdba175a31a1c6e5b723dc99 (patch) | |
tree | 0fae29d953fb3efe79fdb5e4f603a4fd2a2e905d /autotest.sh | |
parent | d636bce8a478f7077589c56eba5d38d701e105b0 (diff) | |
download | nextcloud-server-b04e0deccc8f616dbdba175a31a1c6e5b723dc99.tar.gz nextcloud-server-b04e0deccc8f616dbdba175a31a1c6e5b723dc99.zip |
Fix termination of the ceph docker
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
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 |