aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/interop_test_runner.sh
diff options
context:
space:
mode:
authorGravatar Donna Dionne <donnadionne@google.com>2015-04-10 11:28:32 -0700
committerGravatar Donna Dionne <donnadionne@google.com>2015-04-10 11:28:32 -0700
commit1c96a8fdb5024194b31047ff11b399107f2fee39 (patch)
tree8fb4474c9aa067c665472fe56ad36b7c595cb2b8 /tools/gce_setup/interop_test_runner.sh
parentda0bebc2037a9ab4434b1b016c5146bdd44ef97d (diff)
Adding php client to interop tests.
Diffstat (limited to 'tools/gce_setup/interop_test_runner.sh')
-rwxr-xr-xtools/gce_setup/interop_test_runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce_setup/interop_test_runner.sh b/tools/gce_setup/interop_test_runner.sh
index 7f0b5bab1a..1c6122e9ae 100755
--- a/tools/gce_setup/interop_test_runner.sh
+++ b/tools/gce_setup/interop_test_runner.sh
@@ -36,7 +36,7 @@ echo $result_file_name
main() {
source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response)
- clients=(cxx java go ruby node python csharp_mono)
+ clients=(cxx java go ruby node python csharp_mono php)
servers=(cxx java go ruby node python csharp_mono)
for test_case in "${test_cases[@]}"
do