Commit 4379b8b4 authored by antirez's avatar antirez
Browse files

Fix the propagate Tcl test after module changes.

parent 95f15498
...@@ -20,7 +20,7 @@ tags "modules" { ...@@ -20,7 +20,7 @@ tags "modules" {
wait_for_condition 5000 10 { wait_for_condition 5000 10 {
([$replica get timer] eq "10") && \ ([$replica get timer] eq "10") && \
([$replica get thread] eq "10") ([$replica get a-from-thread] eq "10")
} else { } else {
fail "The two counters don't match the expected value." fail "The two counters don't match the expected value."
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment