]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: be a little bit more verbose when installing service binaries
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 8 Jul 2019 19:10:21 +0000 (21:10 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 8 Jul 2019 19:10:21 +0000 (21:10 +0200)
test/test-functions

index c4ac25fbc59ce3adf5c65023f694ba0e3e1f1e17..d66956711d2412d790b5403eb2a7ced8d6fcf414 100644 (file)
@@ -659,6 +659,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"
          inst $i || [ "${i%.local}" != "$i" ] || [ "${i%systemd-update-done}" != "$i" ] || [ "/bin/plymouth" == "$i" ]
      done
     )