From: Yu Watanabe Date: Sun, 9 Apr 2023 18:40:49 +0000 (+0900) Subject: test: systemd-analyze blame should succeed now X-Git-Tag: v254-rc1~775^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1538136911db66af220bf56bba85fc42dbbfca37;p=thirdparty%2Fsystemd.git test: systemd-analyze blame should succeed now --- diff --git a/test/units/testsuite-65.sh b/test/units/testsuite-65.sh index edaf6671071..0ee56dfc00a 100755 --- a/test/units/testsuite-65.sh +++ b/test/units/testsuite-65.sh @@ -11,13 +11,15 @@ export SYSTEMD_LOG_LEVEL=debug # Sanity checks # -# We can't really test time, blame, critical-chain and plot verbs here, as +# We can't really test time, critical-chain and plot verbs here, as # the testsuite service is a part of the boot transaction, so let's assume # they fail systemd-analyze || : systemd-analyze time || : -systemd-analyze blame || : systemd-analyze critical-chain || : +# blame +systemd-analyze blame +systemd-run --wait --user --pipe -M testuser@.host systemd-analyze blame # plot systemd-analyze plot >/dev/null || : systemd-analyze plot --json=pretty >/dev/null || :