polybar/tests
patrick96 47483a94f1 fix(process): fork_detached created zombie processes
Since the forked processes are still our children, we need to wait on
them, otherwise they become zombie processes.

We now fork twice, let the first fork immediately return and wait on it.
This reparents the second fork, which runs the actual code, to the init
process which then collects it.

Ref #770
2020-12-12 02:37:21 +01:00
..
common refactor(test): Remove old testing harness 2018-07-31 13:20:27 -07:00
unit_tests fix(process): fork_detached created zombie processes 2020-12-12 02:37:21 +01:00
CMakeLists.txt controller: Detach shell commands from polybar 2020-11-29 03:53:59 +01:00
CMakeLists.txt.in fix(test): Gtest compilation failure 2020-01-22 00:33:07 +01:00