blob: 457b692b16fccf951525adaecfb4892be403d974 [file] [log] [blame]
Stanley Cheung8afc5992015-06-10 09:21:57 -07001#!/bin/bash
Jan Tattermusch7897ae92017-06-07 22:57:36 +02002# Copyright 2015 gRPC authors.
Stanley Cheung8afc5992015-06-10 09:21:57 -07003#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02004# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
Stanley Cheung8afc5992015-06-10 09:21:57 -07007#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02008# http://www.apache.org/licenses/LICENSE-2.0
Stanley Cheung8afc5992015-06-10 09:21:57 -07009#
Jan Tattermusch7897ae92017-06-07 22:57:36 +020010# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
Stanley Cheung8afc5992015-06-10 09:21:57 -070015
16set -e
17cd $(dirname $0)
pythiased7ee3d2016-08-24 18:22:47 +080018php -d extension=grpc.so -d max_execution_time=300 \
Stanley Cheungd2dd37b2015-09-24 15:27:58 -070019 greeter_client.php $1