projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f0c67
)
test: disable background color for nspawn containers
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 9 Apr 2024 19:11:26 +0000
(21:11 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 9 Apr 2024 19:39:46 +0000
(21:39 +0200)
As it makes the logs really messy in certain tests.
test/test-functions
patch
|
blob
|
history
diff --git
a/test/test-functions
b/test/test-functions
index c62cf3d52182796088e53f58fc30b1426d0de1f1..33575d3b3aefd08bf2b88c1702494b0cef8726eb 100644
(file)
--- 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"