Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index c3f2deea46a56d63cedef37edf1ef7d18face688..efa80fab4ff47f1bc8beb28ed88db9d94c84f75c 100755 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -471,6 +471,7 @@ def _RunPythonTests(input_api, output_api): |
| test_directories = [ |
| Join('webrtc', 'tools', 'py_event_log_analyzer'), |
| + Join('webrtc', 'tools'), |
| Join('webrtc', 'audio', 'test', 'unittests'), |
| ] + [ |
| root for root, _, files in os.walk(Join('tools-webrtc')) |