mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
The target process name(s) mark the beginning of the command's
positional parameters, so the -P filter wasn't getting applied as
intended. As a result, the second "pkill -x sleep -P $$" would kill all
sleep(1) processes in the system, which can cause problems when running
tests in parallel.
MFC after: 2 weeks
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| tests | ||
| Makefile | ||
| Makefile.depend | ||
| pkill.1 | ||
| pkill.c | ||