aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-13 21:56:46 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-13 21:56:46 -0800
commit5e9add5219c8d6bb2cfcbf19196317c41cb12531 (patch)
tree406260624c2f0933952a5c54381127b7590c6a78 /test/core/bad_ssl
parente7701b6e5377ab51ed9be26ad89d1e5530f9dd3f (diff)
Dont run on Windows just yet
Diffstat (limited to 'test/core/bad_ssl')
-rwxr-xr-xtest/core/bad_ssl/gen_build_yaml.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/core/bad_ssl/gen_build_yaml.py b/test/core/bad_ssl/gen_build_yaml.py
index fef448d7b6..d12722439e 100755
--- a/test/core/bad_ssl/gen_build_yaml.py
+++ b/test/core/bad_ssl/gen_build_yaml.py
@@ -55,6 +55,7 @@ def main():
'src': ['test/core/bad_ssl/server.c'],
'headers': ['test/core/bad_ssl/server.h'],
'vs_proj_dir': 'test',
+ 'platforms': ['linux', 'posix', 'mac'],
'deps': [
'grpc_test_util',
'grpc',
@@ -71,6 +72,7 @@ def main():
'run': False,
'src': ['test/core/bad_ssl/servers/%s.c' % t],
'vs_proj_dir': 'test',
+ 'platforms': ['linux', 'posix', 'mac'],
'deps': [
'bad_ssl_test_server',
'grpc_test_util',
@@ -86,6 +88,7 @@ def main():
'language': 'c',
'src': ['test/core/bad_ssl/bad_ssl_test.c'],
'vs_proj_dir': 'test',
+ 'platforms': ['linux', 'posix', 'mac'],
'deps': [
'grpc_test_util',
'grpc',