aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-22 12:50:36 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-22 12:50:36 -0800
commit0fe5ee7be3ffc6386a6e0aefc40342cf64f44062 (patch)
treea39e47b88554fecb5a71a49d9e157b8dce6e9b58 /test/core/bad_ssl
parentd491897c4050bce09025d8ad0011d38c14ab0dad (diff)
BoringSSL integration: non-vsprojects changes
Diffstat (limited to 'test/core/bad_ssl')
-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',