From: Lasse Collin Date: Thu, 27 Oct 2022 12:27:50 +0000 (+0300) Subject: Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing. X-Git-Tag: v5.3.4alpha~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798c86e4231e0835ab76ccd0810c8ea30833b2ce;p=thirdparty%2Fxz.git Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing. --- diff --git a/tests/test_files.sh b/tests/test_files.sh index 2ea9328b..b550b757 100755 --- a/tests/test_files.sh +++ b/tests/test_files.sh @@ -15,6 +15,7 @@ XZDEC=../src/xzdec/xzdec test -x "$XZ" || XZ= test -x "$XZDEC" || XZDEC= if test -z "$XZ$XZDEC"; then + echo "xz and xzdec were not built, skipping this test." exit 77 fi