mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Use common code to bootstrap tests (#443)
This commit is contained in:
parent
e05d5346d5
commit
f81f0cd1a2
13 changed files with 31 additions and 98 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
. "$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)/_bootstrap.sh"
|
||||
|
||||
if test -z "$(php --ri blackfire | grep 'Blackfire => enabled')"; then
|
||||
echo 'Blackfire PHP Probe is disabled' >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue