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

Unified Diff: chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py

Issue 22903016: [android] Adds constants.GetOutDirectory() and converts test scripts to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix provision_devices.py which never set the build type Created 7 years, 3 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: chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py
diff --git a/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py b/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py
index 0c45152d4acc39cac7d0eb87d1cce6dabd2fd2f9..90aec1696b7f209b11be841c94a2c40c2aef7bda 100644
--- a/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py
+++ b/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py
@@ -55,7 +55,7 @@ class ReversePortForwarder(object):
# Begin forwarding the device_ports to the host_ports.
forwarder.Forwarder.Map([(self._device_http, self._host_http),
(self._device_https, self._host_https)],
- self._adb, build_type='Release', tool=None)
+ self._adb, tool=None)
def Stop(self):
"""Cleans up after the start call by closing the forwarder."""
« no previous file with comments | « build/android/pylib/utils/report_results.py ('k') | tools/telemetry/telemetry/core/backends/adb_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698