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

Unified Diff: trunk/src/build/android/pylib/host_driven/python_test_sharder.py

Issue 19576005: Revert 212020 "Move Python setup/tear down logic into Forwarder ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/build/android/pylib/host_driven/python_test_sharder.py
===================================================================
--- trunk/src/build/android/pylib/host_driven/python_test_sharder.py (revision 212053)
+++ trunk/src/build/android/pylib/host_driven/python_test_sharder.py (working copy)
@@ -122,7 +122,7 @@
final_results = base_test_result.TestRunResults()
tests_to_run = self.tests
- Forwarder.UseMultiprocessing()
+ Forwarder.KillHost()
for retry in xrange(self.retries):
logging.warning('Try %d of %d', retry + 1, self.retries)
« no previous file with comments | « trunk/src/build/android/pylib/forwarder.py ('k') | trunk/src/build/android/pylib/instrumentation/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698