aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp/test_codegen/test_codegen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/distrib/csharp/test_codegen/test_codegen.sh')
-rwxr-xr-xtest/distrib/csharp/test_codegen/test_codegen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/csharp/test_codegen/test_codegen.sh b/test/distrib/csharp/test_codegen/test_codegen.sh
index f91959ea07..0f4d260326 100755
--- a/test/distrib/csharp/test_codegen/test_codegen.sh
+++ b/test/distrib/csharp/test_codegen/test_codegen.sh
@@ -31,7 +31,7 @@ fi
PROTOC="../packages/Grpc.Tools.__GRPC_NUGET_VERSION__/tools/${PLATFORM_ARCH}/protoc"
PLUGIN="../packages/Grpc.Tools.__GRPC_NUGET_VERSION__/tools/${PLATFORM_ARCH}/grpc_csharp_plugin"
-$PROTOC --plugin="protoc-gen-grpc=${PLUGIN}" --csharp_out=. --grpc_out=. -I . helloworld.proto
+$PROTOC --plugin="protoc-gen-grpc=${PLUGIN}" --csharp_out=. --grpc_out=. -I . testcodegen.proto
ls *.cs