3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-03-02 13:20:39 +01:00
James Prestwood 3e5ce99e82 test-runner: make is_process_running more accurate
This function was checking if the process object exists, which can
persist long after a process is killed, or dies unexpectedly. Check
that the actual PID exists by sending signal 0.
2022-06-24 18:11:02 -05:00
..