From d1f6c3857ef4ade140cfa575c6132fa109b88564 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 2 Sep 2022 12:43:02 +0200 Subject: [PATCH] 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. --- test/units/testsuite-13.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/units/testsuite-13.sh b/test/units/testsuite-13.sh index 1fc3d8bee3..487cc549f4 100755 --- a/test/units/testsuite-13.sh +++ b/test/units/testsuite-13.sh @@ -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