mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
test: forward nspawn logs to journal
Dumping everything to console slows the test quite considerably on slower machines, so let's forward nspawn logs to the journal to still have them available in case something goes south. This should, hopefully, help with TEST-13 timeouts in Ubuntu CI and maybe with CPU soft lockups in CentOS CI.
This commit is contained in:
parent
d96c7550a0
commit
d1f6c3857e
@ -5,6 +5,7 @@ set -eux
|
||||
set -o pipefail
|
||||
|
||||
export SYSTEMD_LOG_LEVEL=debug
|
||||
export SYSTEMD_LOG_TARGET=journal
|
||||
|
||||
# check cgroup-v2
|
||||
is_v2_supported=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user