diff options
-rw-r--r-- | build/android/pylib/instrumentation/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py index c29a381..d6c7c78 100644 --- a/build/android/pylib/instrumentation/test_runner.py +++ b/build/android/pylib/instrumentation/test_runner.py @@ -151,7 +151,7 @@ class TestRunner(base_test_runner.BaseTestRunner): http_server_ports = self.LaunchTestHttpServer( os.path.join(constants.DIR_SOURCE_ROOT), self._lighttp_port) if self.ports_to_forward: - self.ForwardPorts([(port, port) for port in self.ports_to_forward]) + self._ForwardPorts([(port, port) for port in self.ports_to_forward]) self.flags.AddFlags(['--enable-test-intents']) def TearDown(self): |