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

(cherry picked from commit da30f59f60)
This commit is contained in:
Daan De Meyer
2025-10-28 11:19:16 +01:00
committed by Luca Boccassi
parent c5567d6ba1
commit 20fd371151

View File

@@ -19,7 +19,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 || :