blob: 0aa6a66f0dff27185e21d2c4068a2ab520c77899 [file] [log] [blame]
Stanley Cheungc865c312015-06-24 10:48:39 -07001#!/bin/bash
Jan Tattermusch7897ae92017-06-07 22:57:36 +02002# Copyright 2015 gRPC authors.
Craig Tiller83428812015-02-16 12:13:57 -08003#
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
Craig Tiller83428812015-02-16 12:13:57 -08007#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02008# http://www.apache.org/licenses/LICENSE-2.0
Craig Tiller83428812015-02-16 12:13:57 -08009#
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.
Craig Tiller83428812015-02-16 12:13:57 -080015
Stanley Cheungc865c312015-06-24 10:48:39 -070016set -e
mlumish31a829c2014-12-15 14:17:55 -080017cd $(dirname $0)
Stanley Cheungc865c312015-06-24 10:48:39 -070018source ./determine_extension_dir.sh
Stanley Cheung39b2e5b2016-09-23 13:37:10 -070019cd ../tests/interop
Stanley Cheung81449fd2015-09-24 16:41:57 -070020php $extension_dir -d max_execution_time=300 \
Stanley Cheung39b2e5b2016-09-23 13:37:10 -070021 interop_client.php $@ 1>&2