-regextype flag is not supported on mac

pull/14708/head
Jan Tattermusch 7 years ago
parent 261448e357
commit 693281d8a2
  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 .
find . -regextype sed -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \
find . -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \
xargs pecl install
php -d extension=grpc.so -d max_execution_time=300 distribtest.php

Loading…
Cancel
Save