Skip to content

Commit

Permalink
Just a few more changes to include csharp into build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
donnadionne committed Mar 4, 2015
1 parent 93adddc commit 38bf129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/gce_setup/grpc_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ _grpc_launch_servers_args() {
[[ -n $1 ]] && {
servers="$@"
} || {
servers="cxx java go node ruby python"
servers="cxx java go node ruby python csharp_mono"
echo "$FUNCNAME: no servers specified, will launch defaults '$servers'"
}
}
Expand Down Expand Up @@ -710,6 +710,7 @@ grpc_launch_servers() {
node) grpc_port=8040 ;;
python) grpc_port=8050 ;;
ruby) grpc_port=8060 ;;
csharp_mono) grpc_port=8070 ;;
*) echo "bad server_type: $1" 1>&2; return 1 ;;
esac
local docker_label="grpc/$server"
Expand Down

0 comments on commit 38bf129

Please sign in to comment.