From 8d4bfd38ed941aa8003d7007145eccc01f52a5f6 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 9 Apr 2024 21:11:26 +0200 Subject: [PATCH] test: disable background color for nspawn containers As it makes the logs really messy in certain tests. --- test/test-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-functions b/test/test-functions index c62cf3d5218..33575d3b3ae 100644 --- a/test/test-functions +++ b/test/test-functions @@ -662,6 +662,7 @@ run_nspawn() { "--directory=${1:?}" "--setenv=SYSTEMD_UNIT_PATH=/usr/lib/systemd/tests/testdata/testsuite-$2.units:/usr/lib/systemd/tests/testdata/units:" "--machine=TEST-$TESTID" + "--background=''" ) local kernel_params=( "$PATH_TO_INIT" -- 2.47.3