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

Unified Diff: build/android/pylib/base/test_dispatcher.py

Issue 22933005: [android] Make build_type a singleton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix call to _LogToFile Created 7 years, 4 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/base/test_dispatcher.py
diff --git a/build/android/pylib/base/test_dispatcher.py b/build/android/pylib/base/test_dispatcher.py
index a8363c26f7569ba3d31f0a57b25b16f4f9c25727..5e56398343f72cbaab55ef30c3f30c2fc41f0bb1 100644
--- a/build/android/pylib/base/test_dispatcher.py
+++ b/build/android/pylib/base/test_dispatcher.py
@@ -335,7 +335,6 @@ def _GetAttachedDevices(wait_for_debugger=False, test_device=None):
def RunTests(tests, runner_factory, wait_for_debugger, test_device,
shard=True,
- build_type='Debug',
test_timeout=DEFAULT_TIMEOUT,
setup_timeout=DEFAULT_TIMEOUT,
num_retries=2):
@@ -352,7 +351,6 @@ def RunTests(tests, runner_factory, wait_for_debugger, test_device,
shared test collection.
- Replicating tests will copy all tests to each test runner through a
unique test collection for each test runner.
- build_type: Either 'Debug' or 'Release'.
test_timeout: Watchdog timeout in seconds for running tests.
setup_timeout: Watchdog timeout in seconds for creating and cleaning up
test runners.

Powered by Google App Engine
This is Rietveld 408576698