From 1538136911db66af220bf56bba85fc42dbbfca37 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 10 Apr 2023 03:40:49 +0900 Subject: [PATCH] test: systemd-analyze blame should succeed now --- test/units/testsuite-65.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 || : -- 2.47.3