Update PRESUBMIT.py for webrtc/{tools => rtc_tools} rename.

In https://codereview.webrtc.org/2965593002/ the directory
was changed but presubmits were bypassed.

BUG=webrtc:7855
NOTRY=True
NOPRESUBMIT=True
TBR=kwiberg@webrtc.org

Review-Url: https://codereview.webrtc.org/2970513002
Cr-Commit-Position: refs/heads/master@{#18851}
This commit is contained in:
kjellander 2017-06-30 04:14:54 -07:00 committed by Commit Bot
parent 9aed31c24e
commit 41bafb2f2d

View file

@ -471,8 +471,8 @@ def _RunPythonTests(input_api, output_api):
return input_api.os_path.join(input_api.PresubmitLocalPath(), *args)
test_directories = [
Join('webrtc', 'tools', 'py_event_log_analyzer'),
Join('webrtc', 'tools'),
Join('webrtc', 'rtc_tools', 'py_event_log_analyzer'),
Join('webrtc', 'rtc_tools'),
Join('webrtc', 'audio', 'test', 'unittests'),
] + [
root for root, _, files in os.walk(Join('tools_webrtc'))