From: Frantisek Sumsal Date: Fri, 2 Sep 2022 10:43:02 +0000 (+0200) Subject: test: forward nspawn logs to journal X-Git-Tag: v252-rc1~266^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1f6c3857ef4ade140cfa575c6132fa109b88564;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/units/testsuite-13.sh b/test/units/testsuite-13.sh index 1fc3d8bee38..487cc549f4d 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