Commit 83ea5a4b authored by Stefan Behnel's avatar Stefan Behnel

Test runner: disable keep-alive output in --debug mode to keep a potential pdb console clean.

parent 92147baf
......@@ -2185,7 +2185,7 @@ def main():
for listfile in options.listfile:
cmd_args.extend(load_listfile(listfile))
if options.capture:
if options.capture and not options.for_debugging:
keep_alive_interval = 10
else:
keep_alive_interval = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment