tini/test/reaping
Thomas Orozco 2484f1a951 Reaping test: remove no sleep assumption
The reaping test assumes that all the `sleep` processes on the system
are created by us, which is an incorrect assumption, and creates
problems now that we run in a more "complete" system in CI (i.e. not in
a minimal container).

This solves the issue by not assuming that random sleep processes are
related to us: instead, we look at whether these processes are in our
process group.

This also includes a little clean up of the reaping stage 1.
2016-11-02 21:55:19 +01:00
..
stage_1.py Reaping test: remove no sleep assumption 2016-11-02 21:55:19 +01:00
stage_2.py Run some functional tests in ci/run_build.sh 2015-07-05 14:25:21 +02:00