Skip to content

Commit

Permalink
Add csharp server to interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donnadionne committed Mar 18, 2015
1 parent a8edeae commit 1ee2e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gce_setup/interop_test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ main() {
source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response)
clients=(cxx java go ruby node python csharp_mono)
servers=(cxx java go ruby node python)
servers=(cxx java go ruby node python csharp_mono)
for test_case in "${test_cases[@]}"
do
for client in "${clients[@]}"
Expand Down

0 comments on commit 1ee2e4f

Please sign in to comment.