1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-08 08:58:27 +03:00

test: systemd-analyze blame should succeed now

This commit is contained in:
Yu Watanabe 2023-04-10 03:40:49 +09:00
parent 63d7632d87
commit 1538136911

View File

@ -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 || :