diff options
author | Craig Tiller <ctiller@google.com> | 2017-07-05 17:23:57 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-07-05 17:23:57 +0000 |
commit | 82360c86d7d4ed582de3882c089e1a18dcc906f9 (patch) | |
tree | 41a6e3107ab4855edf251763c8b723ff3e187054 /src/csharp/generate_proto_csharp.sh | |
parent | 86ffd65c84956f5e274beb11b34d8ea0bfc9a4af (diff) | |
parent | be7f2a41ab2718b59e82e28913941aeec2f0bed2 (diff) |
Merge github.com:grpc/grpc into epex7
Diffstat (limited to 'src/csharp/generate_proto_csharp.sh')
-rwxr-xr-x | src/csharp/generate_proto_csharp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/generate_proto_csharp.sh b/src/csharp/generate_proto_csharp.sh index 8caaaabe0f..1a1adbbae5 100755 --- a/src/csharp/generate_proto_csharp.sh +++ b/src/csharp/generate_proto_csharp.sh @@ -37,4 +37,4 @@ $PROTOC --plugin=$PLUGIN --csharp_out=$REFLECTION_DIR --grpc_out=$REFLECTION_DIR # don't match the package names. Setting -I to the correct value src/proto # breaks the code generation. $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR --grpc_out=$TESTING_DIR \ - -I . src/proto/grpc/testing/{control,empty,messages,metrics,payloads,services,stats,test}.proto + -I . src/proto/grpc/testing/{control,echo_messages,empty,messages,metrics,payloads,services,stats,test}.proto |