Small fixes

pull/19855/head
Tony Lu 5 years ago
parent eb2ed99a84
commit f037eac0a9
  1. 16
      test/cpp/ios/RemoteTestClientCpp/RemoteTestCpp.podspec
  2. 2
      tools/run_tests/run_tests.py

@ -33,21 +33,7 @@ Pod::Spec.new do |s|
--grpc_out=. \
-I #{repo_root} \
-I #{well_known_types_dir} \
#{proto_dir}/echo.proto
#{protoc} \
--plugin=protoc-gen-grpc=#{plugin} \
--cpp_out=. \
--grpc_out=. \
-I #{repo_root} \
-I #{well_known_types_dir} \
#{proto_dir}/echo_messages.proto
#{protoc} \
--plugin=protoc-gen-grpc=#{plugin} \
--cpp_out=. \
--grpc_out=. \
-I #{repo_root} \
-I #{well_known_types_dir} \
#{proto_dir}/simple_messages.proto
#{proto_dir}/echo.proto #{proto_dir}/echo_messages.proto #{proto_dir}/simple_messages.proto
CMD
s.pod_target_xcconfig = {

@ -1127,7 +1127,7 @@ class ObjCLanguage(object):
shortname='ios-test-cfstream-tests',
cpu_cost=1e6,
environ=_FORCE_ENVIRON_FOR_WRAPPERS))
# TODO: replace with run_one_test_bazel.sh when Bazel is stable
# TODO: replace with run_one_test_bazel.sh when Bazel-Xcode is stable
out.append(
self.config.job_spec(
['src/objective-c/tests/run_one_test.sh'],

Loading…
Cancel
Save