From: "Brenda J. Butler" <b...@mojatatu.com> Date: Wed, 7 Mar 2018 09:27:14 -0500
> At debug level 5 or above, the test script will pause just before > the post_suite functions are called. This allows the tester to > inspect the system before it is torn down. > > Signed-off-by: Brenda J. Butler <b...@mojatatu.com> When someone adjusts the debug level, they expect that this is a control over verbosity. They don't expect it to potentially make the test hang at the TTY waiting for user input. Make a separate, appropriately named, knob for this.