From 52b4371807eff68c6f3b1806937af0e8a95e7f40 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 25 Mar 2025 10:37:32 +0100 Subject: [PATCH] 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. --- test/test.service.in | 1 + 1 file changed, 1 insertion(+) 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= -- 2.47.3