| Index: trunk/src/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py
|
| ===================================================================
|
| --- trunk/src/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py (revision 222006)
|
| +++ trunk/src/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py (working copy)
|
| @@ -55,7 +55,7 @@
|
| # 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, tool=None)
|
| + self._adb, build_type='Release', tool=None)
|
|
|
| def Stop(self):
|
| """Cleans up after the start call by closing the forwarder."""
|
|
|