1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/pythonlibs
Martine S. Lenders aee9f09386
testrunner: use SIGKILL only as last resort
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`.
2020-04-28 19:42:07 +02:00
..
testrunner testrunner: use SIGKILL only as last resort 2020-04-28 19:42:07 +02:00
README.md make: introduce common Python lib path 2018-08-10 11:37:43 +02:00

This directory is exported through PYTHONPATH environment variable in the build system. Put any RIOT specific Python packages here.