Minor, don't skip the whole test when one .def file not found

This commit is contained in:
Ebrahim Byagowi 2018-02-12 15:18:13 +03:30 committed by GitHub
parent a9b650d384
commit 16f5b53eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ fi
tested=false
for def in harfbuzz.def harfbuzz-icu.def harfbuzz-subset.def; do
if ! test -f "$def"; then
echo "check-defs.sh: '$def' not found; skipping test"
exit 77
echo "check-defs.sh: '$def' not found; skipping test it"
fi
lib=`echo "$def" | sed 's/[.]def$//;s@.*/@@'`
for suffix in so dylib; do