mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing.
This commit is contained in:
parent
c1dd8524e1
commit
798c86e423
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue