mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
test: -debug=0 and -debug=none behave similarly to -nodebug
This commit is contained in:
@@ -99,8 +99,10 @@ class LoggingTest(BitcoinTestFramework):
|
|||||||
match=ErrorMatch.PARTIAL_REGEX,
|
match=ErrorMatch.PARTIAL_REGEX,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.log.info("Test that -nodebug clears previously specified debug options")
|
self.log.info("Test that -nodebug,-debug=0,-debug=none clear previously specified debug options")
|
||||||
disable_debug_options = [
|
disable_debug_options = [
|
||||||
|
'-debug=0',
|
||||||
|
'-debug=none',
|
||||||
'-nodebug'
|
'-nodebug'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user