aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-03-14 15:44:11 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-03-14 15:44:11 +0100
commit693281d8a2f56c1056eddc25180bfa6f3ab35e56 (patch)
tree797cf7f64c2f1a719bdcb42b90139ab72d2f9496 /test/distrib
parent261448e357e93fad6b581dda3b2dc92215952b1a (diff)
-regextype flag is not supported on mac
Diffstat (limited to 'test/distrib')
-rwxr-xr-xtest/distrib/php/run_distrib_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/php/run_distrib_test.sh b/test/distrib/php/run_distrib_test.sh
index f781815840..a6102f6075 100755
--- a/test/distrib/php/run_distrib_test.sh
+++ b/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