tests: ensure that strace does not leave sleeping processes stopped
* tests/detach-sleeping: Do not send SIGCONT to the sleeping process.
This commit is contained in:
parent
3cb7a0cd00
commit
223e9a6f85
@ -24,7 +24,6 @@ cleanup()
|
||||
{
|
||||
set +e
|
||||
kill $tracee_pid
|
||||
kill -CONT $tracee_pid
|
||||
wait $tracee_pid 2> /dev/null
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user