diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-18 17:50:04 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-20 19:48:16 -0400 |
commit | 8328d8c63332319965fd288634a9a709e9b96425 (patch) | |
tree | e621b6049b2bf2bbd5b0bc50d36594fc9e0c504d /Makefile.am | |
parent | c2ef6f8427031e17dd2ea3fe232959687c77ea82 (diff) |
test-cgroup-mask: fix masks in test and enable by default
Commit 637f421e5c6a ("cgroups: always propagate controller membership
to siblings") changed the mask propagation logic, but the test wasn't
updated.
Move to normal tests from manual tests, it should not touch the system
anymore.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5857863984..91ecbe4a0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1230,7 +1230,6 @@ manual_tests += \ test-hostname \ test-daemon \ test-cgroup \ - test-cgroup-mask \ test-install \ test-watchdog \ test-log \ @@ -1243,6 +1242,7 @@ endif tests += \ test-engine \ + test-cgroup-mask \ test-job-type \ test-env-replace \ test-strbuf \ |