mirror of
https://git.tukaani.org/xz.git
synced 2025-02-20 07:28:20 +00:00
Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing.
This commit is contained in:
parent
c1dd8524e1
commit
798c86e423
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user