]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/exit-status: turn status level into a bitmask, add "test"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 28 Jul 2019 08:13:21 +0000 (10:13 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 29 Jul 2019 13:54:45 +0000 (15:54 +0200)
commite1714f0250a9128a89f5610bd53064cc7c7ec960
treed207e3b827fd14b0b213aecc7687c1e71ce202e0
parenteeba9cc3d751c75e7f5e35333e1630662fe8257b
shared/exit-status: turn status level into a bitmask, add "test"

The "test" doesn't really test much automatically, but it is still useful
to look at the mappings.
src/core/execute.c
src/core/main.c
src/shared/exit-status.c
src/shared/exit-status.h
src/systemctl/systemctl.c
src/test/meson.build
src/test/test-exit-status.c [new file with mode: 0644]