aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSteven Rostedt <rostedt@goodmis.org>2023-01-18 16:32:13 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-02-20 11:52:27 -0500
commit83d29d439cd3ef23041570d55841f814af2ecac0 (patch)
tree87a5c895bfa82b55a3c3c090c81b51691ecdae38
parentktest.pl: Fix missing "end_monitor" when machine check fails (diff)
downloadwireguard-linux-83d29d439cd3ef23041570d55841f814af2ecac0.tar.xz
wireguard-linux-83d29d439cd3ef23041570d55841f814af2ecac0.zip
ktest.pl: Give back console on Ctrt^C on monitor
When monitoring the console output, the stdout is being redirected to do so. If Ctrl^C is hit during this mode, the stdout is not back to the console, the user does not see anything they type (no echo). Add "end_monitor" to the SIGINT interrupt handler to give back the console on Ctrl^C. Cc: stable@vger.kernel.org Fixes: 9f2cdcbbb90e7 ("ktest: Give console process a dedicated tty") Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rwxr-xr-xtools/testing/ktest/ktest.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 62823a4232ab..74801811372f 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -4201,6 +4201,9 @@ sub send_email {
}
sub cancel_test {
+ if ($monitor_cnt) {
+ end_monitor;
+ }
if ($email_when_canceled) {
my $name = get_test_name;
send_email("KTEST: Your [$name] test was cancelled",