mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Only kill sleep processes that were forked from the test script.
MFC after: 1 week
This commit is contained in:
parent
2c4c1a261e
commit
8ddb6d86de
1 changed files with 1 additions and 1 deletions
|
|
@ -66,5 +66,5 @@ $dtrace -s $tmpfile
|
|||
status=$?
|
||||
|
||||
rm $tmpfile
|
||||
pkill sleep
|
||||
pkill -P $$ sleep
|
||||
exit $status
|
||||
|
|
|
|||
Loading…
Reference in a new issue