From f319be0a88adf91440834995e88541db258e9324 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 11 May 2015 16:32:17 -0700 Subject: make windows host configurable --- tools/gce_setup/grpc_docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/gce_setup/grpc_docker.sh b/tools/gce_setup/grpc_docker.sh index d5d10b8970..c49efbab60 100755 --- a/tools/gce_setup/grpc_docker.sh +++ b/tools/gce_setup/grpc_docker.sh @@ -876,8 +876,8 @@ test_runner() { # machine through ssh and we use gcloud auth support to logon to the proxy. echo "will run:" echo " $cmd" - echo "on jtattermusch-windows-interop2 (through grpc-windows-proxy)" - gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh jtattermusch-interop-windows2 '$cmd'" & + echo "on $host (through grpc-windows-proxy)" + gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh $host '$cmd'" & fi # PID=$! -- cgit v1.2.3