diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-02-15 01:22:28 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-02-15 01:22:28 +0000 |
commit | d0f30adc8bb4f1568d98609e14424d481bdb0de2 (patch) | |
tree | 0afb37359b982947d6210f8fc0d79c5c1d26ac7d /tools | |
parent | d4cb0d649c3c4c6b0fa8094629d728f24c419597 (diff) |
Add Python to the list of interop servers to run.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gce_setup/interop_test_runner.sh | 2 |
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 456ad4b472..9ddbac75aa 100755 --- a/tools/gce_setup/interop_test_runner.sh +++ b/tools/gce_setup/interop_test_runner.sh @@ -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[@]}" |