From 693281d8a2f56c1056eddc25180bfa6f3ab35e56 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 14 Mar 2018 15:44:11 +0100 Subject: -regextype flag is not supported on mac --- test/distrib/php/run_distrib_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/distrib') 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 -- cgit v1.2.3