aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-09-21 16:50:43 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-09-21 16:50:43 -0700
commit96264c074fe9dfb303eeaae09ae04c7c47996b39 (patch)
tree8814cf154f76346e86085790492d020c2850c974 /test/distrib
parentd53957cf4e3924d2abd201fa60ba1e2ae9ba2526 (diff)
php: use real artifact name in jenkins test
Diffstat (limited to 'test/distrib')
-rwxr-xr-xtest/distrib/php/run_distrib_test.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/distrib/php/run_distrib_test.sh b/test/distrib/php/run_distrib_test.sh
index 5c86283282..9ce3e05cd4 100755
--- a/test/distrib/php/run_distrib_test.sh
+++ b/test/distrib/php/run_distrib_test.sh
@@ -32,8 +32,9 @@ set -ex
cd $(dirname $0)
-cp -r $EXTERNAL_GIT_ROOT/input_artifacts/grpc-php.tgz .
+cp -r $EXTERNAL_GIT_ROOT/input_artifacts/grpc-*.tgz .
-pecl install grpc-php.tgz
+find . -regextype sed -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \
+ xargs pecl install
php -d extension=grpc.so -d max_execution_time=300 distribtest.php