diff options
author | murgatroid99 <michael.lumish@gmail.com> | 2015-01-29 15:20:50 -0800 |
---|---|---|
committer | murgatroid99 <michael.lumish@gmail.com> | 2015-01-29 15:20:50 -0800 |
commit | 23ed7b1fb90e7d728eadc42157627c1177401f17 (patch) | |
tree | ccf55d44bf17d08a86824398600357e71f5ec0f4 /tools | |
parent | c4e09f667b0f58821ce137761deb4a62f8b5a3f0 (diff) |
Add node client and server to the list of interop tests to run
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gce_setup/interop_test_runner.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gce_setup/interop_test_runner.sh b/tools/gce_setup/interop_test_runner.sh index 1c0d82095c..edc8bba4b5 100755 --- a/tools/gce_setup/interop_test_runner.sh +++ b/tools/gce_setup/interop_test_runner.sh @@ -3,8 +3,8 @@ main() { source grpc_docker.sh test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming) - clients=(cxx java go ruby) - servers=(cxx java go ruby) + clients=(cxx java go ruby node) + servers=(cxx java go ruby node) for test_case in "${test_cases[@]}" do for client in "${clients[@]}" |