Move tools/autoroller to tools-webrtc/ + rename script
The script is now capable of rolling more than the chromium_revision so the name should reflect that. BUG=webrtc:5006 TBR=charujain@webrtc.org Review-Url: https://codereview.webrtc.org/2581493003 . Cr-Commit-Position: refs/heads/master@{#15624}
This commit is contained in:
@ -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'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user