| 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 a36c65877f3512c41f0b7172af2368d218f957f0..00b79dcbafc7be09dc153b6c9d55bde5d963ceca 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
|
| @@ -129,7 +129,7 @@ class LocalDeviceInstrumentationTestRun(
|
|
|
| #override
|
| def _RunTest(self, device, test):
|
| - extras = self._test_instance.GetHttpServerEnvironmentVars()
|
| + extras = {}
|
|
|
| flags = None
|
| if isinstance(test, list):
|
|
|