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

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

Issue 20073002: [Android Buildbot] Add option to run only host driven Python tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« 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/pylib/base/test_dispatcher.py
diff --git a/build/android/pylib/base/test_dispatcher.py b/build/android/pylib/base/test_dispatcher.py
index 03644ecfe61557555630497f6b0326a5401e8e0e..69fbf869fd0f11e9b18cfc7251ec1d1971f33026 100644
--- a/build/android/pylib/base/test_dispatcher.py
+++ b/build/android/pylib/base/test_dispatcher.py
@@ -364,7 +364,7 @@ def RunTests(tests, runner_factory, wait_for_debugger, test_device,
"""
if not tests:
logging.error('No tests to run.')
- return (base_test_result.TestRunResults(), constants.ERROR_EXIT_CODE)
Yaron 2013/07/23 23:45:37 Sorry for not being specific. While I'm fine with
+ return (base_test_result.TestRunResults(), 0)
if shard:
# Generate a shared _TestCollection object for all test runners, so they
« 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