dumb-init/tests
Mike McClurg 6f6b51f869 Rewrite arbitrary signals, and update tests
We've decided to allow arbitrary signal rewriting, not just SIGTERM
rewriting. To use, call dumb-init with the '-r s:r' option, which will
rewrite signum s to signum r. Only signals 1-31 are allowed to be
rewritten, which should cover all the signals we need to cover.

Note that this commit does not add new tests, it only fixes the existing
broken test.
2016-06-09 16:05:27 -06:00
..
lib Fix bit rot due to newer flake8 2016-03-11 13:42:56 -08:00
__init__.py Rewrite tests in Python using pytest 2015-09-11 16:50:05 -07:00
child_processes_test.py Fix incorrect error on bad exec when passing args 2016-05-28 02:03:19 -04:00
cli_test.py Rewrite arbitrary signals, and update tests 2016-06-09 16:05:27 -06:00
conftest.py Use mock.patch.dict to patch environment 2015-09-22 15:19:44 -07:00
exit_status_test.py Fix exit status when process exits via signal 2016-03-11 13:42:00 -08:00
proxies_signals_test.py Fix flaky job control tests 2016-04-29 15:15:02 -07:00
shell_background_test.py Fix flaky job control tests 2016-04-29 15:15:02 -07:00
test-zombies Set pipefail for test-zombies to not mask errors 2016-01-07 14:56:53 -08:00
tty_test.py Run tox in CI to better catch regressions 2015-09-18 11:06:08 -07:00