From 40827da3bfafb3191433d4151d48f79c511dcd42 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 5 Apr 2016 14:43:20 -0400 Subject: Turn TestingClientBootstrap* into non-testing options This changes simply renames them by removing "Testing" in front of them and they do not require TestingTorNetwork to be enabled anymore. Fixes #18481 Signed-off-by: David Goulet --- src/test/test_options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/test_options.c') diff --git a/src/test/test_options.c b/src/test/test_options.c index bd00e6105e..4f24757a85 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -307,9 +307,9 @@ fixed_get_uname(void) } #define TEST_OPTIONS_OLD_VALUES "TestingV3AuthInitialVotingInterval 1800\n" \ - "TestingClientBootstrapConsensusMaxDownloadTries 7\n" \ - "TestingClientBootstrapConsensusAuthorityOnlyMaxDownloadTries 4\n" \ - "TestingClientBootstrapConsensusMaxInProgressTries 3\n" \ + "ClientBootstrapConsensusMaxDownloadTries 7\n" \ + "ClientBootstrapConsensusAuthorityOnlyMaxDownloadTries 4\n" \ + "ClientBootstrapConsensusMaxInProgressTries 3\n" \ "TestingV3AuthInitialVoteDelay 300\n" \ "TestingV3AuthInitialDistDelay 300\n" \ "TestingClientMaxIntervalWithoutRequest 600\n" \ -- cgit v1.2.3-54-g00ecf