Skip to content
Commit 6e9be69f authored by Christopher Covington's avatar Christopher Covington Committed by Pavel Emelyanov
Browse files

zdtm: Replace `ps -p` with `kill -0`

The -p argument to `ps` is not supported by Busybox v1.19.4. Sending
signal 0 with the `kill` command is an alternative way to check
whether a process is still running.

http://www.linuxjournal.com/content/monitoring-processes-kill-0



Signed-off-by: default avatarChristopher Covington <cov@codeaurora.org>
Acked-by: default avatarAndrew Vagin <avagin@parallels.com>
Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
parent 29a688bb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment