Merge pull request #14708 from jtattermusch/try_fix_php_distribtest_macos

Try fixing PHP distribtest on mac kokoro.
pull/14710/merge
Jan Tattermusch 7 years ago committed by GitHub
commit e5821cdad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/distrib/php/run_distrib_test.sh

@ -19,7 +19,7 @@ cd "$(dirname "$0")"
cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz . cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz .
find . -regextype sed -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \ find . -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \
xargs pecl install xargs pecl install
php -d extension=grpc.so -d max_execution_time=300 distribtest.php php -d extension=grpc.so -d max_execution_time=300 distribtest.php

Loading…
Cancel
Save