diff options
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 |