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

Unified Diff: mojo/tools/mopy/test_util.py

Issue 1124103008: Remove obsolete Android script StartShell argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mopy/test_util.py
diff --git a/mojo/tools/mopy/test_util.py b/mojo/tools/mopy/test_util.py
index 4a4c1281309277267ff7b0b287dd9233db6b67b4..cb8886a42ef917a123e291cca9c29fc0f54827e7 100644
--- a/mojo/tools/mopy/test_util.py
+++ b/mojo/tools/mopy/test_util.py
@@ -55,7 +55,7 @@ def run_test_android(shell, shell_args, apps_and_args):
_logger.debug("Starting shell with arguments: %s" % arguments)
start_time = time.time()
# TODO(vtl): Do more logging in lower layers.
- shell.StartShell(arguments, wf, wf.close, False)
+ shell.StartShell(arguments, wf, wf.close)
rv = rf.read()
run_time = time.time() - start_time
_logger.debug("Shell completed")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698