From: Zbigniew Jędrzejewski-Szmek Date: Mon, 29 May 2023 18:54:20 +0000 (+0200) Subject: TEST-58: add echo calls to print what is happening X-Git-Tag: v254-rc1~338^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b6f8915f0ecff37aa07aaae12210cdf5c6e092a;p=thirdparty%2Fsystemd.git TEST-58: add echo calls to print what is happening This makes it easier to identify the relevant test in the logs when something fails. --- diff --git a/test/units/testsuite-58.sh b/test/units/testsuite-58.sh index 0aaf597e9ad..06bceb5a867 100755 --- a/test/units/testsuite-58.sh +++ b/test/units/testsuite-58.sh @@ -101,7 +101,7 @@ testcase_basic() { trap "rm -rf '$defs' '$imgs'" RETURN chmod a+rx "$defs" - # 1. create an empty image + echo "*** 1. create an empty image ***" runas testuser systemd-repart --empty=create \ --size=1G \ @@ -117,7 +117,7 @@ unit: sectors first-lba: 2048 last-lba: 2097118" - # 2. Testing with root, root2, home, and swap + echo "*** 2. Testing with root, root2, home, and swap ***" tee "$defs/root.conf" <