Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
backwpup
/
vendor
/
aws
/
aws-crt-php
/
//home/puskom/mastur/backwpup/vendor/aws/aws-crt-php/run_tests
#!/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