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:
authorMorris Jobke <hey@morrisjobke.de>2017-05-03 00:08:43 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-05-12 01:07:20 +0300
commitf73ca1b77fd1b961181e2a0086a688ffac19603c (patch)
tree936c84a2017ed81a2e3cf914d52c3c4d7c30a172 /autotest.sh
parentd83f1d96d4541e8e5a686be94b9c03ebb31f5f76 (diff)
Add redis cluster tests to our CI jobs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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