mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
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:
parent
9aed31c24e
commit
41bafb2f2d
1 changed files with 2 additions and 2 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue