mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
test: explicitly report if we fail to install a file into the image
This commit is contained in:
parent
f4e64b6e34
commit
7074c047c1
@ -2358,6 +2358,8 @@ inst() {
|
||||
for fun in inst_symlink inst_script inst_binary inst_simple; do
|
||||
"$fun" "$@" && return 0
|
||||
done
|
||||
|
||||
dwarn "Failed to install '$1'"
|
||||
return 1
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user