aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-12-22 15:01:19 -0800
committerGravatar Michael Lumish <mlumish@google.com>2015-12-22 15:01:19 -0800
commit7593cff337629ca179302ddf6ce2cbedbbbcab73 (patch)
tree7aa533991ba81e3bad80b5310ac435a4d9e8bebf /test/core/bad_ssl/gen_build_yaml.py
parentd491897c4050bce09025d8ad0011d38c14ab0dad (diff)
parent67f23d783265fa6c6cc85da3fb61d42f01cadbaa (diff)
Merge pull request #4502 from ctiller/yawn
BoringSSL integration
Diffstat (limited to 'test/core/bad_ssl/gen_build_yaml.py')
-rwxr-xr-xtest/core/bad_ssl/gen_build_yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_ssl/gen_build_yaml.py b/test/core/bad_ssl/gen_build_yaml.py
index d12722439e..15189d8b79 100755
--- a/test/core/bad_ssl/gen_build_yaml.py
+++ b/test/core/bad_ssl/gen_build_yaml.py
@@ -71,7 +71,7 @@ def main():
'language': 'c',
'run': False,
'src': ['test/core/bad_ssl/servers/%s.c' % t],
- 'vs_proj_dir': 'test',
+ 'vs_proj_dir': 'test/bad_ssl',
'platforms': ['linux', 'posix', 'mac'],
'deps': [
'bad_ssl_test_server',