aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client
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_client
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_client')
-rwxr-xr-xtest/core/bad_client/gen_build_yaml.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/bad_client/gen_build_yaml.py b/test/core/bad_client/gen_build_yaml.py
index 32afba5b1f..6a40b4e5e9 100755
--- a/test/core/bad_client/gen_build_yaml.py
+++ b/test/core/bad_client/gen_build_yaml.py
@@ -56,7 +56,6 @@ def main():
'deps': [
'grpc_test_util_unsecure',
'grpc_unsecure',
- 'gpr_test_util',
'gpr'
]
}],
@@ -74,7 +73,6 @@ def main():
'bad_client_test',
'grpc_test_util_unsecure',
'grpc_unsecure',
- 'gpr_test_util',
'gpr'
]
}