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

Unified Diff: build/android/pylib/gtest/dispatch.py

Issue 13956018: Android: Make number of test retries configurable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 7 years, 8 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/pylib/gtest/dispatch.py
diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
index 8fc9854271c2ca3eb7248c794c2ffd3ab551145e..7533b37a096b40c004453a0af2cd889becfe1a73 100644
--- a/build/android/pylib/gtest/dispatch.py
+++ b/build/android/pylib/gtest/dispatch.py
@@ -165,7 +165,8 @@ def _RunATestSuite(options, suite_name):
# Run tests.
test_results = shard.ShardAndRunTests(RunnerFactory, attached_devices, tests,
- options.build_type, test_timeout=None)
+ options.build_type, test_timeout=None,
+ num_retries=options.repeat)
report_results.LogFull(
results=test_results,
« build/android/pylib/browsertests/dispatch.py ('K') | « build/android/pylib/browsertests/dispatch.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698