From 8d9cdb31f7cc41bb2252be70a2410030551aabde Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 11 Apr 2024 11:35:17 +0200 Subject: [PATCH] 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. --- test/TEST-69-SHUTDOWN/test.sh | 2 +- test/test-functions | 1 - test/test-shutdown.py | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) 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" <