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}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 637dce8..3cc90cc 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -471,8 +471,8 @@
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'))