diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 18:08:43 -0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-05-11 17:07:20 -0500 |
commit | f73ca1b77fd1b961181e2a0086a688ffac19603c (patch) | |
tree | 936c84a2017ed81a2e3cf914d52c3c4d7c30a172 /autotest.sh | |
parent | d83f1d96d4541e8e5a686be94b9c03ebb31f5f76 (diff) | |
download | nextcloud-server-f73ca1b77fd1b961181e2a0086a688ffac19603c.tar.gz nextcloud-server-f73ca1b77fd1b961181e2a0086a688ffac19603c.zip |
Add redis cluster tests to our CI jobs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
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 |