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

Use common code to bootstrap tests (#443)

This commit is contained in:
Michele Locati 2021-09-28 12:27:17 +02:00 committed by GitHub
parent e05d5346d5
commit f81f0cd1a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 31 additions and 98 deletions

View file

@ -1,7 +1,6 @@
#!/bin/sh
set -o errexit
set -o nounset
. "$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)/_bootstrap.sh"
rc=0
if php --ri sockets >/dev/null 2>/dev/null; then