Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2622)

Unified Diff: build/android/pylib/local/device/local_device_instrumentation_test_run.py

Issue 1218053003: [Android] Begin switching from lighttpd + apache to EmbeddedTestServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698