aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-29 15:20:50 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-29 15:20:50 -0800
commit23ed7b1fb90e7d728eadc42157627c1177401f17 (patch)
treeccf55d44bf17d08a86824398600357e71f5ec0f4 /tools/gce_setup
parentc4e09f667b0f58821ce137761deb4a62f8b5a3f0 (diff)
Add node client and server to the list of interop tests to run
Diffstat (limited to 'tools/gce_setup')
-rwxr-xr-xtools/gce_setup/interop_test_runner.sh4
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[@]}"