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

Unified Diff: build/android/test_runner.py

Issue 2544603002: [Android] Add '--gtest_also_run_disabled_tests' logic in gtest runner (Closed)
Patch Set: add condition for flags 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 | « build/android/pylib/local/device/local_device_gtest_run.py ('k') | 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 f872ad0d5cda6e86ec6b1680f18188888f790824..b0f23ea8454ad2e156b08d2c65b8e7e23ac4b214 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -266,7 +266,8 @@ def AddJavaTestOptions(argument_group):
dest='test_filter',
help=('Test filter (if not fully qualified, will run all matches).'))
argument_group.add_argument(
- '--repeat', dest='repeat', type=int, default=0,
+ '--repeat', '--gtest_repeat', '--gtest-repeat', dest='repeat',
+ type=int, default=0,
help='Number of times to repeat the specified set of tests.')
argument_group.add_argument(
'--break-on-failure', '--break_on_failure',
« no previous file with comments | « build/android/pylib/local/device/local_device_gtest_run.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698