| Index: trunk/src/build/android/bb_run_sharded_steps.py
|
| ===================================================================
|
| --- trunk/src/build/android/bb_run_sharded_steps.py (revision 212053)
|
| +++ trunk/src/build/android/bb_run_sharded_steps.py (working copy)
|
| @@ -165,6 +165,7 @@
|
|
|
| def _KillPendingServers():
|
| for retry in range(5):
|
| + forwarder.Forwarder.KillHost()
|
| for server in ['lighttpd', 'web-page-replay']:
|
| pids = cmd_helper.GetCmdOutput(['pgrep', '-f', server])
|
| pids = [pid.strip() for pid in pids.split('\n') if pid.strip()]
|
| @@ -200,8 +201,6 @@
|
| # previous runs.
|
| _KillPendingServers()
|
|
|
| - forwarder.Forwarder.UseMultiprocessing()
|
| -
|
| # Reset the test port allocation. It's important to do it before starting
|
| # to dispatch any step.
|
| if not ports.ResetTestServerPortAllocation():
|
|
|
| Property changes on: trunk/src/build/android/bb_run_sharded_steps.py
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|