diff --git a/test/functional/feature_logging.py b/test/functional/feature_logging.py index 96b990c1d7a..bc868d19565 100755 --- a/test/functional/feature_logging.py +++ b/test/functional/feature_logging.py @@ -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' ]