mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-07 03:03:58 +01:00
test: [refactor] Pass TestOpts
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
struct NoLockLoggingTestingSetup : public TestingSetup {
|
||||
NoLockLoggingTestingSetup()
|
||||
#ifdef DEBUG_LOCKCONTENTION
|
||||
: TestingSetup{ChainType::MAIN, /*extra_args=*/{"-debugexclude=lock"}} {}
|
||||
: TestingSetup{ChainType::MAIN, {.extra_args = { "-debugexclude=lock" } }} {}
|
||||
#else
|
||||
: TestingSetup{ChainType::MAIN} {}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user