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:
-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