Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 5d5a5c301a97d9e1a98b6593335b2c45d8763e64..1ece20119ee080b8e03ed716e823742162ff65d0 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 = [] |