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

Unified Diff: build/android/pylib/instrumentation/test_runner.py

Issue 18522003: Remove unnecessary host parameter in forwarder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « build/android/pylib/forwarder.py ('k') | chrome/test/chromedriver/run_py_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/instrumentation/test_runner.py
diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py
index 5f6e4ef83de82d7c785ab7e98f5aaca839830a77..29225a5c184ea418bde984c39ca68cde9b268f7d 100644
--- a/build/android/pylib/instrumentation/test_runner.py
+++ b/build/android/pylib/instrumentation/test_runner.py
@@ -156,7 +156,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
# forwarder will stomp on them otherwise.
port_pairs.append(http_server_ports)
self.forwarder = forwarder.Forwarder(self.adb, self.build_type)
- self.forwarder.Run(port_pairs, self.tool, '127.0.0.1')
+ self.forwarder.Run(port_pairs, self.tool)
self.flags.AddFlags(['--enable-test-intents'])
def TearDown(self):
« no previous file with comments | « build/android/pylib/forwarder.py ('k') | chrome/test/chromedriver/run_py_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698