1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Merge pull request #58 from mcfedr/add-exten

Add support for grpc and protobuf
This commit is contained in:
Michele Locati 2019-12-17 10:10:00 +01:00 committed by GitHub
commit 3febbcae5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View file

@ -76,7 +76,7 @@ testExtension () {
return 0
fi
printf ' - FAILED!\n' >&2
cat "${testExtension_out}" >&2
tail -n500 "${testExtension_out}" >&2
rm -rf "${testExtension_out}"
return 1
}