We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf6e1f commit 1cb9e64Copy full SHA for 1cb9e64
tools/testing/ktest/ktest.pl
@@ -1407,6 +1407,11 @@ sub dodie {
1407
print " See $opt{LOG_FILE} for more info.\n";
1408
}
1409
1410
+ if ($monitor_cnt) {
1411
+ # restore terminal settings
1412
+ system("stty $stty_orig");
1413
+ }
1414
+
1415
die @_, "\n";
1416
1417
@@ -1449,7 +1454,7 @@ sub exec_console {
1449
1454
close($pts);
1450
1455
1451
1456
exec $console or
1452
- dodie "Can't open console $console";
1457
+ die "Can't open console $console";
1453
1458
1459
1460
sub open_console {
0 commit comments