aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/rpcnestedtests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-06-20 09:34:45 -0400
committerMarcoFalke <[email protected]>2019-06-20 12:12:24 -0400
commitfabc57e07dc34c103552cb51c9277bb48ef97739 (patch)
tree34b541df706817511b175e3a75e3060d593d99a5 /src/qt/test/rpcnestedtests.cpp
parenttest: use common setup in gui tests (diff)
downloaddiscoin-fabc57e07dc34c103552cb51c9277bb48ef97739.tar.xz
discoin-fabc57e07dc34c103552cb51c9277bb48ef97739.zip
test: Log to debug.log in all tests
Diffstat (limited to 'src/qt/test/rpcnestedtests.cpp')
-rw-r--r--src/qt/test/rpcnestedtests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp
index 7a10ada43..86e5632e2 100644
--- a/src/qt/test/rpcnestedtests.cpp
+++ b/src/qt/test/rpcnestedtests.cpp
@@ -35,6 +35,7 @@ void RPCNestedTests::rpcNestedTests()
tableRPC.appendCommand("rpcNestedTest", &vRPCCommands[0]);
//mempool.setSanityCheck(1.0);
+ LogInstance().DisconnectTestLogger(); // Already started by the common test setup, so stop it to avoid interference
TestingSetup test;
if (RPCIsInWarmup(nullptr)) SetRPCWarmupFinished();