Skip to content

Commit

Permalink
php: use real artifact name in jenkins test
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Sep 21, 2016
1 parent d53957c commit 96264c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions test/distrib/php/run_distrib_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/run_tests/build_artifact_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ mkdir -p artifacts

pear package

cp -r grpc-*.tgz artifacts/grpc-php.tgz
cp -r grpc-*.tgz artifacts/

0 comments on commit 96264c0

Please sign in to comment.