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

Unified Diff: build/config/android/internal_rules.gni

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/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 1a1a75266252ef7dd00e5637914ac6cbbfb3b30e..dd69eece63e5476330d3b5e94da754b871d51556 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -1678,6 +1678,7 @@ template("test_runner_script") {
# These can still be overridden, but make more better defaults during
# development.
test_runner_args += [
+ "--enable-concurrent-adb",
"--enable-device-cache",
"--num_retries=0",
]
« build/android/pylib/local/device/local_device_gtest_run.py ('K') | « build/android/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698