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

Unified Diff: build/android/test_runner.py

Issue 1414093002: Android gtest runner: Add --enable-concurrent-adb flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 955e09b4d928428d6109babc4b9ba8e11500eaa4..01d45c081352803f35709e56205e8ee2ade3c334 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -190,6 +190,9 @@ def AddDeviceOptions(parser):
help='Cache device state to disk between runs')
group.add_argument('--incremental-install', action='store_true',
help='Use an _incremental apk.')
+ group.add_argument('--enable-concurrent-adb', action='store_true',
+ help='Run multiple adb commands at the same time, even '
+ 'for the same device.')
def AddGTestOptions(parser):

Powered by Google App Engine
This is Rietveld 408576698