Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 6d39145ca96152f9b786c85dc5336d48f7c34056..0400111f5e604d08206313c2ea51d0e02a9611b4 100755 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -397,6 +397,7 @@ def _RunPythonTests(input_api, output_api): |
| test_directories = [ |
| join('tools', 'autoroller', 'unittests'), |
| + join('webrtc', 'tools', 'py_event_log_analyzer'), |
| ] |
| tests = [] |