mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
test: -debug=0
and -debug=none
behave similarly to -nodebug
This commit is contained in:
parent
a8fedb36a7
commit
7afeaa2469
1 changed files with 3 additions and 1 deletions
|
@ -99,8 +99,10 @@ class LoggingTest(BitcoinTestFramework):
|
|||
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 = [
|
||||
'-debug=0',
|
||||
'-debug=none',
|
||||
'-nodebug'
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue