aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-12-06 13:40:12 -0800
committerGravatar yang-g <yangg@google.com>2018-12-06 13:40:12 -0800
commite00ca0371a332e8d35a7394556883e1693fa8a2f (patch)
tree49f189950a348dbc06b2b59137c53cc42c47c002 /test/core/end2end
parent8ba8dadcc924296a120ce50329cd08fdfec6aec6 (diff)
Promote gpr_test_util to part of grpc_test_util, add a sample to show it works, build.yaml change first
Diffstat (limited to 'test/core/end2end')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index 601d3bac38..99063e13e6 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -281,13 +281,11 @@ def main():
sec_deps = [
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr'
]
unsec_deps = [
'grpc_test_util_unsecure',
'grpc_unsecure',
- 'gpr_test_util',
'gpr'
]
json = {