From: Lennart Poettering Date: Mon, 18 Jan 2021 20:16:14 +0000 (+0100) Subject: test: improve a log message while building test images X-Git-Tag: v248-rc1~298^2~2 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=b5e0c17654ecf6a076c1b79bf48809e3c6d7a6a4;p=systemd%2F.git test: improve a log message while building test images --- diff --git a/test/test-functions b/test/test-functions index 7012e8a8f3..3df6db7ac0 100644 --- a/test/test-functions +++ b/test/test-functions @@ -933,7 +933,7 @@ install_execs() { # some {rc,halt}.local scripts and programs are okay to not exist, the rest should # also, plymouth is pulled in by rescue.service, but even there the exit code # is ignored; as it's not present on some distros, don't fail if it doesn't exist - dinfo "Attempting to install $i" + dinfo "Attempting to install $i (based on unit file reference)" inst $i || [ "${i%.local}" != "$i" ] || [ "${i%systemd-update-done}" != "$i" ] || [ "${i##*/}" == "plymouth" ] done )