diff options
author | Craig Tiller <ctiller@google.com> | 2015-12-22 12:50:36 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-12-22 12:50:36 -0800 |
commit | 0fe5ee7be3ffc6386a6e0aefc40342cf64f44062 (patch) | |
tree | a39e47b88554fecb5a71a49d9e157b8dce6e9b58 /test/core/bad_ssl | |
parent | d491897c4050bce09025d8ad0011d38c14ab0dad (diff) |
BoringSSL integration: non-vsprojects changes
Diffstat (limited to 'test/core/bad_ssl')
-rwxr-xr-x | test/core/bad_ssl/gen_build_yaml.py | 2 |
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', |