chiark / gitweb /
core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 3 Apr 2018 13:04:22 +0000 (16:04 +0300)
committerSven Eden <yamakuzure@gmx.net>
Thu, 28 Jun 2018 07:24:07 +0000 (09:24 +0200)
commit05301c0619add83c1426523f08336bc30e1020e2
tree2867608ccbc0a6cfdea1758123196e4d28ed45f6
parent68c47871535923b5580c5e58105f97a062b363dd
core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)

When `systemd` is run in the TEST_RUN_MINIMAL mode, it doesn't really
set up cgroups, so it shouldn't try to remove anything.

Closes https://github.com/systemd/systemd/issues/8474.

(cherry picked from commit f6c63f6fc90040f0017a7cc37f3a05d5b86226d7)
src/core/cgroup.c