From: Frantisek Sumsal Date: Mon, 8 Jul 2019 19:10:21 +0000 (+0200) Subject: test: be a little bit more verbose when installing service binaries X-Git-Tag: v243-rc1~177^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71a0de36e562da72590cdeb625acd4385e7a6e6d;p=thirdparty%2Fsystemd.git test: be a little bit more verbose when installing service binaries --- diff --git a/test/test-functions b/test/test-functions index c4ac25fbc59..d66956711d2 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 )