diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-04-09 21:11:26 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-04-09 21:39:46 +0200 |
commit | 8d4bfd38ed941aa8003d7007145eccc01f52a5f6 (patch) | |
tree | 9a6340cb323e73aa767b732badd80f1a116903b8 /test/test-functions | |
parent | test: set pexpect's logfile early (diff) | |
download | systemd-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-functions | 1 |
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" |