projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfbbb4f
)
test: improve a log message while building test images
author
Lennart Poettering
<lennart@poettering.net>
Mon, 18 Jan 2021 20:16:14 +0000
(21:16 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 19 Jan 2021 12:41:42 +0000
(13:41 +0100)
test/test-functions
patch
|
blob
|
history
diff --git
a/test/test-functions
b/test/test-functions
index 7012e8a8f3dd2e81927b36c22c987c280273ed9b..3df6db7ac08400250f3c402592d064fe9c11fadf 100644
(file)
--- 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
)