summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-12-12 11:55:30 +0100
committerantirez <antirez@gmail.com>2018-12-21 11:42:00 +0100
commit80bccd719514925cef361622404626768be26d8e (patch)
tree3b5178ffb820555c9c09cc3adf667992c69de3c3 /tests
parentb4867130f40e2df366b740e118405187608856ae (diff)
downloadredis-80bccd719514925cef361622404626768be26d8e.tar.gz
Remove debugging printf from replication.tcl test.
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/replication.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl
index b61dfac18..0e50c20a9 100644
--- a/tests/integration/replication.tcl
+++ b/tests/integration/replication.tcl
@@ -275,7 +275,6 @@ start_server {tags {"repl"}} {
start_server {} {
test "Master stream is correctly processed while the replica has a script in -BUSY state" {
set slave [srv 0 client]
- puts [srv 0 port]
$slave config set lua-time-limit 500
$slave slaveof $master_host $master_port