]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-65-ANALYZE: Add missing --no-pager
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 28 Oct 2025 10:19:16 +0000 (11:19 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 6 Nov 2025 21:26:42 +0000 (21:26 +0000)
(cherry picked from commit da30f59f602c61dc3219d4d7bfea1cccfcc7a139)

test/units/TEST-65-ANALYZE.sh

index 0c5b538cc9bb93187ae1b1b49a1a4827edf492aa..cc2990ad5c1996902ea785cb05b8dfab13bcb4d6 100755 (executable)
@@ -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 || :