diff options
Diffstat (limited to 'tests/sentinel/run.tcl')
-rw-r--r-- | tests/sentinel/run.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sentinel/run.tcl b/tests/sentinel/run.tcl index f33029959..9a2fcfb49 100644 --- a/tests/sentinel/run.tcl +++ b/tests/sentinel/run.tcl @@ -13,6 +13,7 @@ proc main {} { spawn_instance redis $::redis_base_port $::instances_count run_tests cleanup + end_tests } if {[catch main e]} { |