summaryrefslogtreecommitdiff
path: root/src/couch_replicator/test/couch_replicator_compact_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch_replicator/test/couch_replicator_compact_tests.erl')
-rw-r--r--src/couch_replicator/test/couch_replicator_compact_tests.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couch_replicator/test/couch_replicator_compact_tests.erl b/src/couch_replicator/test/couch_replicator_compact_tests.erl
index 4dce69b00..e43c401fe 100644
--- a/src/couch_replicator/test/couch_replicator_compact_tests.erl
+++ b/src/couch_replicator/test/couch_replicator_compact_tests.erl
@@ -40,6 +40,7 @@ setup({A, B}) ->
Ctx = test_util:start_couch([couch_replicator]),
Source = setup(A),
Target = setup(B),
+ ?debugFmt(" XXXXXXXXXXXXXXXXXXXXXXXXXXX ~p", [config:get("replicator","startup_jitter")]),
{Ctx, {Source, Target}}.
teardown({remote, DbName}) ->