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") |