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:
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh
index b00946d0c02..069488a3346 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -184,6 +184,8 @@ function execute_tests {
if [ "$ENABLE_REDIS" == "true" ] ; then
cp tests/redis.config.php config/redis.config.php
+ elif [ "$ENABLE_REDIS_CLUSTER" == "true" ] ; then
+ cp tests/redis-cluster.config.php config/redis.config.php
fi
_DB=$DB