Just a few more changes to include csharp into build and test

pull/940/head
Donna Dionne 10 years ago
parent 93adddcd2d
commit 38bf129a3e
  1. 3
      tools/gce_setup/grpc_docker.sh

@ -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'"
}
}
@ -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"

Loading…
Cancel
Save