aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
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/bad_ssl
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/bad_ssl')
-rwxr-xr-xtest/core/bad_ssl/gen_build_yaml.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/bad_ssl/gen_build_yaml.py b/test/core/bad_ssl/gen_build_yaml.py
index 6b78e9c7aa..52f49bea2a 100755
--- a/test/core/bad_ssl/gen_build_yaml.py
+++ b/test/core/bad_ssl/gen_build_yaml.py
@@ -45,7 +45,6 @@ def main():
'deps': [
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr'
]
}
@@ -63,7 +62,6 @@ def main():
'bad_ssl_test_server',
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr'
]
}
@@ -79,7 +77,6 @@ def main():
'deps': [
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr'
]
}