| 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)
|
|
|