test: improve a log message while building test images
authorLennart Poettering <lennart@poettering.net>
Mon, 18 Jan 2021 20:16:14 +0000 (21:16 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Jan 2021 12:41:42 +0000 (13:41 +0100)
test/test-functions

index 7012e8a8f3dd2e81927b36c22c987c280273ed9b..3df6db7ac08400250f3c402592d064fe9c11fadf 100644 (file)
@@ -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
     )