1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/pythonlibs/testrunner
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
..
__init__.py dist/testrunner: Capture number of unittests that passed 2020-04-03 14:52:48 +02:00
spawn.py testrunner: use SIGKILL only as last resort 2020-04-28 19:42:07 +02:00
unittest.py dist/pythonlibs: provide unittest TestCase wrapper for testrunner 2019-01-29 21:16:39 +01:00
utils.py tests: add interactive_sync adapted to shell 2020-03-17 17:23:27 +01:00