aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-09-17 09:18:03 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-09-28 15:01:58 -0700
commit8266c67127912a7b53dac1b6a4f7823db4bcb67b (patch)
tree2968fec8bc9805be0493c883e0c13a7a25e4778f /src/csharp/Grpc.IntegrationTesting
parentf88f3e2c69df107a6414c32fbb7937375f81afd6 (diff)
enable cloud_to_cloud tests with servers in a separate container
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/InteropClient.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/InteropClient.cs b/src/csharp/Grpc.IntegrationTesting/InteropClient.cs
index 616093d4ae..504d798b89 100644
--- a/src/csharp/Grpc.IntegrationTesting/InteropClient.cs
+++ b/src/csharp/Grpc.IntegrationTesting/InteropClient.cs
@@ -126,8 +126,6 @@ namespace Grpc.IntegrationTesting
new ChannelOption(ChannelOptions.SslTargetNameOverride, options.ServerHostOverride)
};
}
- Console.WriteLine(options.ServerHost);
- Console.WriteLine(options.ServerPort);
var channel = new Channel(options.ServerHost, options.ServerPort, credentials, channelOptions);
TestService.TestServiceClient client = new TestService.TestServiceClient(channel);
await RunTestCaseAsync(client, options);