TEST-65-ANALYZE: Add missing --no-pager

This commit is contained in:
Daan De Meyer
2025-10-28 11:19:16 +01:00
parent 004b7f1f7e
commit da30f59f60

View File

@@ -18,7 +18,7 @@ systemd-analyze time || :
systemd-analyze critical-chain || :
# blame
systemd-analyze blame
systemd-run --wait --user --pipe -M testuser@.host systemd-analyze blame
systemd-run --wait --user --pipe -M testuser@.host systemd-analyze blame --no-pager
(! systemd-analyze blame --global)
# plot
systemd-analyze plot >/dev/null || :