aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-30 09:01:53 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-30 09:34:22 +0100
commit09121799b0bfa57d4076ec2661d99f5c3b185ef2 (patch)
tree1a85479e1038ebba43a0ad7ef63254de5f02f294 /test/core/bad_ssl
parent11cddc1f7444d878fb1ee48588439a3274965dcf (diff)
Removing gpr as a separated library.
Diffstat (limited to 'test/core/bad_ssl')
-rwxr-xr-xtest/core/bad_ssl/gen_build_yaml.py12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/core/bad_ssl/gen_build_yaml.py b/test/core/bad_ssl/gen_build_yaml.py
index cc097a8fdf..9f05fed485 100755
--- a/test/core/bad_ssl/gen_build_yaml.py
+++ b/test/core/bad_ssl/gen_build_yaml.py
@@ -58,9 +58,7 @@ def main():
'platforms': ['linux', 'posix', 'mac'],
'deps': [
'grpc_test_util',
- 'grpc',
- 'gpr_test_util',
- 'gpr'
+ 'grpc'
]
}
],
@@ -76,9 +74,7 @@ def main():
'deps': [
'bad_ssl_test_server',
'grpc_test_util',
- 'grpc',
- 'gpr_test_util',
- 'gpr'
+ 'grpc'
]
}
for t in sorted(BAD_CLIENT_TESTS.keys())] + [
@@ -92,9 +88,7 @@ def main():
'platforms': ['linux', 'posix', 'mac'],
'deps': [
'grpc_test_util',
- 'grpc',
- 'gpr_test_util',
- 'gpr'
+ 'grpc'
]
}
for t in sorted(BAD_CLIENT_TESTS.keys())]}