From 7074c047c17e9b9b07fced883be6bbcd3e6b4a14 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 22 Sep 2021 10:59:52 +0200 Subject: [PATCH] test: explicitly report if we fail to install a file into the image --- test/test-functions | 2 ++ 1 file changed, 2 insertions(+) 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 } -- 2.47.3