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

Unified Diff: build/android/pylib/local/machine/local_machine_environment.py

Issue 2605083002: [android] Clean up test_runner.py arguments. (Closed)
Patch Set: mikecase comments Created 3 years, 9 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/local/device/local_device_environment.py ('k') | build/android/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/local/machine/local_machine_environment.py
diff --git a/build/android/pylib/local/machine/local_machine_environment.py b/build/android/pylib/local/machine/local_machine_environment.py
index b9f6acad37aace6bff804aa5edb56a3d93fe2017..a816e7f4ad6ffec6b45714e5f8c8db03c6f55dcf 100644
--- a/build/android/pylib/local/machine/local_machine_environment.py
+++ b/build/android/pylib/local/machine/local_machine_environment.py
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import devil_chromium
+from pylib import constants
from pylib.base import environment
@@ -10,6 +12,9 @@ class LocalMachineEnvironment(environment.Environment):
def __init__(self, _args, _error_func):
super(LocalMachineEnvironment, self).__init__()
+ devil_chromium.Initialize(
+ output_directory=constants.GetOutDirectory())
+
#override
def SetUp(self):
pass
« no previous file with comments | « build/android/pylib/local/device/local_device_environment.py ('k') | build/android/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698