Skip to content

Commit 7afeaa2

Browse files
test: -debug=0 and -debug=none behave similarly to -nodebug
1 parent a8fedb3 commit 7afeaa2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/functional/feature_logging.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ def run_test(self):
9999
match=ErrorMatch.PARTIAL_REGEX,
100100
)
101101

102-
self.log.info("Test that -nodebug clears previously specified debug options")
102+
self.log.info("Test that -nodebug,-debug=0,-debug=none clear previously specified debug options")
103103
disable_debug_options = [
104+
'-debug=0',
105+
'-debug=none',
104106
'-nodebug'
105107
]
106108

0 commit comments

Comments
 (0)