From: Frantisek Sumsal Date: Wed, 22 Sep 2021 08:59:52 +0000 (+0200) Subject: test: explicitly report if we fail to install a file into the image X-Git-Tag: v250-rc1~594^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7074c047c17e9b9b07fced883be6bbcd3e6b4a14;p=thirdparty%2Fsystemd.git test: explicitly report if we fail to install a file into the image --- diff --git a/test/test-functions b/test/test-functions index c58b009b9bb..2d1d15c389c 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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 }