| Index: build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py b/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
|
| index bcdb90c82f3402f1e54ce5b6a9026e1c0b6dd1d2..5fc30a579b8f7069105e4702ddea0579e4c08c51 100644
|
| --- a/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
|
| +++ b/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
|
| @@ -41,7 +41,6 @@ class RemoteDeviceInstrumentationTestRun(
|
|
|
| env_vars = self._test_instance.GetDriverEnvironmentVars(
|
| test_list_file_path=test_list_file.name)
|
| - env_vars.update(self._test_instance.GetHttpServerEnvironmentVars())
|
|
|
| logging.debug('extras:')
|
| for k, v in env_vars.iteritems():
|
|
|