| 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 ee0185794d143a3dade7bcb7d1f690d6aa2bd14a..8858b069ce6fdd4bed80cdbef419f7a7e3f32e06 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
|
| @@ -40,6 +40,7 @@
|
|
|
| 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():
|
|
|