From: Frantisek Sumsal Date: Thu, 11 Apr 2024 09:35:17 +0000 (+0200) Subject: test: make the output of TEST-69 less painful to read X-Git-Tag: v256-rc1~222^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9cdb31f7cc41bb2252be70a2410030551aabde;p=thirdparty%2Fsystemd.git test: make the output of TEST-69 less painful to read The logs from TEST-69 still contain a lot of unnecessary shell metacharacters, so to make the output more readable let's just set TERM=dumb, instead of having to strip everything semi-manually. Also, move the related --background= tweak to TEST-69, since it's relevant only for that particular test. Follow-up for 8d4bfd38ed941aa8003d7007145eccc01f52a5f6. --- diff --git a/test/TEST-69-SHUTDOWN/test.sh b/test/TEST-69-SHUTDOWN/test.sh index 0e12857618d..0229d896d41 100755 --- a/test/TEST-69-SHUTDOWN/test.sh +++ b/test/TEST-69-SHUTDOWN/test.sh @@ -17,7 +17,7 @@ SYSTEMD_NSPAWN="${STATEDIR:?}/run-nspawn" setup_nspawn_root_hook() { cat >"${STATEDIR:?}/run-nspawn" <