Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: PRESUBMIT.py

Issue 2789533002: Improve USB device reset logic (Closed)
Patch Set: fix test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/tools/run_video_analysis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c3f2deea46a56d63cedef37edf1ef7d18face688..efa80fab4ff47f1bc8beb28ed88db9d94c84f75c 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -471,6 +471,7 @@ def _RunPythonTests(input_api, output_api):
test_directories = [
Join('webrtc', 'tools', 'py_event_log_analyzer'),
+ Join('webrtc', 'tools'),
Join('webrtc', 'audio', 'test', 'unittests'),
] + [
root for root, _, files in os.walk(Join('tools-webrtc'))
« no previous file with comments | « no previous file | webrtc/tools/run_video_analysis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698