aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar makdharma <makdharma@users.noreply.github.com>2016-07-13 11:35:32 -0700
committerGravatar GitHub <noreply@github.com>2016-07-13 11:35:32 -0700
commit9195ea0f2a65e1103f23cd510181a3f654fe9215 (patch)
treea952b62789de5ab87fd694c042a1c0d8258207e4 /tools
parent875f633cdac7dc728e4017c87de2461049d004c7 (diff)
parent1e6d1272df4c2ffb24e8ca3c7d5f875f7df87758 (diff)
Merge pull request #7359 from jcanizales/p0-protoc-podspec
Distribute ProtoC and the plugin as pods
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index f081887fc0..95d53e5f9e 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -662,7 +662,7 @@ class ObjCLanguage(object):
return []
def make_targets(self):
- return ['grpc_objective_c_plugin', 'interop_server']
+ return ['interop_server']
def make_options(self):
return []