Skip to content

Commit 3077f11

Browse files
author
MarcoFalke
committed
Merge #16289: test: Add missing ECC_Stop() in GUI rpcnestedtests.cpp
f466c4c Add missing ECC_Stop(); in GUI rpcnestedtests.cpp (Jonas Schnelli) Pull request description: Fixes #16288 Was probably missing in #7783 ACKs for top commit: Sjors: ACK f466c4c. Tested by comparing `make check` on master and this PR with macOS 10.14.5. I also tried with and without `--enable-debug` / `--without-gui`. fanquake: ACK f466c4c. Tested running `make check` on macOS. Tree-SHA512: 648e10c2e35bd01fb92e63709169a6c185ac4b62c69af0109d2cd2d7db47e56ae804c788f9a1a1845746f818764799732f9e58e9dbfca3bffeea8f14683c8c7f
2 parents 1b28bca + f466c4c commit 3077f11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/qt/test/rpcnestedtests.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ void RPCNestedTests::rpcNestedTests()
3535
tableRPC.appendCommand("rpcNestedTest", &vRPCCommands[0]);
3636
//mempool.setSanityCheck(1.0);
3737

38-
LogInstance().DisconnectTestLogger(); // Already started by the common test setup, so stop it to avoid interference
38+
ECC_Stop(); // Already started by the common test setup, so stop it to avoid interference
39+
LogInstance().DisconnectTestLogger();
40+
3941
TestingSetup test;
4042

4143
if (RPCIsInWarmup(nullptr)) SetRPCWarmupFinished();

0 commit comments

Comments
 (0)