mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 19:10:51 +07:00
ktest: Wait for console process to exit
To clean up the console processes that are forked to monitor the console, there needs to be a waitpid(). Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
c698ca5278
commit
9f23b129eb
@ -1515,6 +1515,9 @@ sub close_console {
|
||||
doprint "kill child process $pid\n";
|
||||
kill $close_console_signal, $pid;
|
||||
|
||||
doprint "wait for child process $pid to exit\n";
|
||||
waitpid($pid, 0);
|
||||
|
||||
print "closing!\n";
|
||||
close($fp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user