summaryrefslogtreecommitdiffstats
path: root/test/test-functions
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2024-04-09 21:11:26 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2024-04-09 21:39:46 +0200
commit8d4bfd38ed941aa8003d7007145eccc01f52a5f6 (patch)
tree9a6340cb323e73aa767b732badd80f1a116903b8 /test/test-functions
parenttest: set pexpect's logfile early (diff)
downloadsystemd-8d4bfd38ed941aa8003d7007145eccc01f52a5f6.tar.xz
systemd-8d4bfd38ed941aa8003d7007145eccc01f52a5f6.zip
test: disable background color for nspawn containers
As it makes the logs really messy in certain tests.
Diffstat (limited to 'test/test-functions')
-rw-r--r--test/test-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions
index c62cf3d521..33575d3b3a 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"