mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
aee9f09386
When the child has a clean-up step (closing files, killing sub-processes, deleting operational files, etc.), this currently is not executed by the test, as the `testrunner` just does a hard `SIGKILL` for the child's PPID. This change makes this a `SIGTERM` and only uses `SIGKILL` if there are still processes lingering a second after the `SIGTERM`. |
||
---|---|---|
.. | ||
__init__.py | ||
spawn.py | ||
unittest.py | ||
utils.py |