Only kill sleep processes that were forked from the test script.
MFC after: 1 week
This commit is contained in:
parent
2c4c1a261e
commit
8ddb6d86de
@ -66,5 +66,5 @@ $dtrace -s $tmpfile
|
||||
status=$?
|
||||
|
||||
rm $tmpfile
|
||||
pkill sleep
|
||||
pkill -P $$ sleep
|
||||
exit $status
|
||||
|
Loading…
x
Reference in New Issue
Block a user