summaryrefslogtreecommitdiff
path: root/tests/sentinel/run.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sentinel/run.tcl')
-rw-r--r--tests/sentinel/run.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sentinel/run.tcl b/tests/sentinel/run.tcl
index 996af906a..c275aa762 100644
--- a/tests/sentinel/run.tcl
+++ b/tests/sentinel/run.tcl
@@ -10,7 +10,7 @@ set ::tlsdir "../../tls"
proc main {} {
parse_options
- spawn_instance sentinel $::sentinel_base_port $::instances_count
+ spawn_instance sentinel $::sentinel_base_port $::instances_count [list "sentinel deny-scripts-reconfig no"] "../tests/includes/sentinel.conf"
spawn_instance redis $::redis_base_port $::instances_count
run_tests
cleanup