test: Log to debug.log in all tests

This commit is contained in:
MarcoFalke
2019-06-20 09:34:45 -04:00
parent fa4a04a5a9
commit fabc57e07d
5 changed files with 19 additions and 1 deletions

View File

@@ -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();