| Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| index e388fce9efc0a3cada02d0801fd64b677c0c9470..cd87ca6cb7487e5e4bb40dc14e021f5801eda220 100644
|
| --- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| @@ -130,7 +130,7 @@ class LocalDeviceInstrumentationTestRun(
|
|
|
| #override
|
| def _RunTest(self, device, test):
|
| - extras = self._test_instance.GetHttpServerEnvironmentVars()
|
| + extras = {}
|
|
|
| if isinstance(test, list):
|
| if not self._test_instance.driver_apk:
|
|
|