Skip to content

Commit

Permalink
Merge pull request grpc#1251 from donnadionne/logs
Browse files Browse the repository at this point in the history
Adding php client to interop tests.
  • Loading branch information
murgatroid99 committed Apr 10, 2015
2 parents b5d5fb3 + 1c96a8f commit 0a43b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gce_setup/interop_test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a43b34

Please sign in to comment.