From: Michal Koutný Date: Fri, 25 Nov 2022 17:14:22 +0000 (+0100) Subject: test: Add tests for systemd-cgtop args parsing X-Git-Tag: v253-rc1~433^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F25532%2Fhead;p=thirdparty%2Fsystemd.git test: Add tests for systemd-cgtop args parsing --- diff --git a/test/units/testsuite-74.cgtop.sh b/test/units/testsuite-74.cgtop.sh index 8141ec1b1f8..6f08362e7c2 100755 --- a/test/units/testsuite-74.cgtop.sh +++ b/test/units/testsuite-74.cgtop.sh @@ -15,8 +15,8 @@ systemd-cgtop --cpu=percentage systemd-cgtop --cpu=time systemd-cgtop -P systemd-cgtop -k -# FIXME: https://github.com/systemd/systemd/issues/25248 -#systemd-cgtop --recursive=no +systemd-cgtop --recursive=no -P +systemd-cgtop --recursive=no -k systemd-cgtop --depth=0 systemd-cgtop --depth=100 @@ -29,4 +29,5 @@ systemd-cgtop -p -t -c -m -i (! systemd-cgtop --order=foo) (! systemd-cgtop --depth=-1) (! systemd-cgtop --recursive=foo) +(! systemd-cgtop --recursive=no) (! systemd-cgtop --delay=1foo)