summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2019-07-08 21:10:21 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-07-08 21:10:21 +0200
commit71a0de36e562da72590cdeb625acd4385e7a6e6d (patch)
tree6af30acfe74f7275d1aaf567c8a1f9bb1dbe7189
parenttest: correctly handle installation of newly introduced binaries (diff)
downloadsystemd-71a0de36e562da72590cdeb625acd4385e7a6e6d.tar.xz
systemd-71a0de36e562da72590cdeb625acd4385e7a6e6d.zip
test: be a little bit more verbose when installing service binaries
-rw-r--r--test/test-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions
index c4ac25fbc5..d66956711d 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -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
)