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:
@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user