]> 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)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 30 Oct 2025 07:41:44 +0000 (08:41 +0100)
test/units/TEST-65-ANALYZE.sh

index e391b765a3e0e765453bdee346a71f41fc3b4e04..aaf8ddc42d9046674c05555cad9d8ed2d1dded02 100755 (executable)
@@ -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 || :