From 41bafb2f2dc373c4db9b7c4431a8fa88c9daf1f4 Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 30 Jun 2017 04:14:54 -0700 Subject: [PATCH] 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} --- PRESUBMIT.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 637dce8323..3cc90cc0f9 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -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'))