Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index e05ac75a479b3ed5429770715540b235a06acf57..05297dc865bc4d08ceebcda6a974d74ac9655c1e 100755 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -405,7 +405,7 @@ def _RunPythonTests(input_api, output_api): |
| return input_api.os_path.join(input_api.PresubmitLocalPath(), *args) |
| test_directories = [ |
| - join('tools', 'autoroller', 'unittests'), |
| + join('tools-webrtc', 'autoroller', 'unittests'), |
| join('webrtc', 'tools', 'py_event_log_analyzer'), |
| ] |