]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Add tests for systemd-cgtop args parsing 25532/head
authorMichal Koutný <mkoutny@suse.com>
Fri, 25 Nov 2022 17:14:22 +0000 (18:14 +0100)
committerMichal Koutný <mkoutny@suse.com>
Mon, 28 Nov 2022 13:29:49 +0000 (14:29 +0100)
test/units/testsuite-74.cgtop.sh

index 8141ec1b1f81260ac9b012b58bbca8695fb51be6..6f08362e7c2dbc2ac5d9746f9a885f4163820bb7 100755 (executable)
@@ -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)