Skip to content

Commit

Permalink
Add Python to the list of interop servers to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielmanistaatgoogle committed Feb 15, 2015
1 parent d4cb0d6 commit d0f30ad
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 @@ -8,7 +8,7 @@ main() {
source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming)
clients=(cxx java go ruby node)
servers=(cxx java go ruby node)
servers=(cxx java go ruby node python)
for test_case in "${test_cases[@]}"
do
for client in "${clients[@]}"
Expand Down

0 comments on commit d0f30ad

Please sign in to comment.