diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-01-27 14:18:18 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-01-27 14:18:18 -0800 |
commit | b5517ddf654978e510e0243c891b225867b26c07 (patch) | |
tree | 18a58b3fef4bb3c6782f26229f80668cd17175de /tools | |
parent | 70d9ca402a69aa133b6e3e4fd5784022e8b30ff9 (diff) |
typo
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index a46783e316..cf21b0e0d6 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -235,7 +235,7 @@ class CLanguage(object): if polling_strategy == 'poll-cv': timeout_scaling *= 5 if polling_strategy in target.get('excluded_poll_engines', []): - continue; + continue if self.config.build_config in target['exclude_configs']: continue if self.args.iomgr_platform in target.get('exclude_iomgrs', []): |