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

Unified Diff: build/android/test_runner.py

Issue 2544983002: [Android] Add name '--test-launcher-retry-limit' to test_runner.py (Closed)
Patch Set: checkout latest version Created 4 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 695d0eea7ea87820d47418685595e5692fcbe091..fd5c7780318d8d7c0b651969eeb7a5a210beb5d6 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -71,7 +71,10 @@ def AddCommonOptions(parser):
' located (must include build type). This will take'
' precedence over --debug, --release and'
' --build-directory'))
- group.add_argument('--num_retries', '--num-retries', dest='num_retries',
+ group.add_argument('--num_retries', '--num-retries',
+ '--test_launcher_retry_limit',
+ '--test-launcher-retry-limit',
+ dest='num_retries',
type=int, default=2,
help=('Number of retries for a test before '
'giving up (default: %(default)s).'))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698