From: Daan De Meyer Date: Tue, 25 Mar 2025 09:37:32 +0000 (+0100) Subject: test: Disable pager in integration test units X-Git-Tag: v258-rc1~1010 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52b4371807eff68c6f3b1806937af0e8a95e7f40;p=thirdparty%2Fsystemd.git test: Disable pager in integration test units Integration test units are now connected to the tty when running interactively, so let's make sure we disable the pager to avoid tests hanging in the pager. --- diff --git a/test/test.service.in b/test/test.service.in index 77ddb8541bd..0c3bd28c6b8 100644 --- a/test/test.service.in +++ b/test/test.service.in @@ -9,3 +9,4 @@ ExecStartPre=rm -f /failed /testok ExecStart=@command@ Type=oneshot MemoryAccounting=@memory-accounting@ +Environment=SYSTEMD_PAGER=