Fixes #16288
Was probably missing in #7783
make check
on macOS.
Because on Mac, the AppTests::appTests()
gets skipped and misses the ECC_Stop()
which would have cured the issue that ECC_Start()
gets double initialized through RPCNestedTests::rpcNestedTests()
-> TestingSetup test
.
I don’t know if we could get rid of TestingSetup test
in RPCNestedTests::rpcNestedTests()
though.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
make check
on master and this PR with macOS 10.14.5. I also tried with and without --enable-debug
/ --without-gui
.