From 798c86e4231e0835ab76ccd0810c8ea30833b2ce Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 27 Oct 2022 15:27:50 +0300 Subject: [PATCH] Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing. --- tests/test_files.sh | 1 + 1 file changed, 1 insertion(+) 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