Improve USB device reset logic

BUG=webrtc:7203
NOTRY=True

Review-Url: https://codereview.webrtc.org/2789533002
Cr-Commit-Position: refs/heads/master@{#17656}
This commit is contained in:
jansson
2017-04-11 07:40:26 -07:00
committed by Commit bot
parent b213a16b28
commit 80ff00cd2b
3 changed files with 113 additions and 33 deletions

View File

@ -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'))