Files
faveo/vendor/aws/aws-crt-php/run_tests
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

19 lines
272 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
launcher=
if command -v catchsegv; then
launcher=catchsegv
fi
if [ -z $PHP_BINARY ]; then
PHP_BINARY=$(which php)
fi
if [ ! -d vendor ]; then
composer update
fi
$launcher $PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug