diff options
Diffstat (limited to 'mojo/tools/mopy/test_util.py')
-rw-r--r-- | mojo/tools/mopy/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/tools/mopy/test_util.py b/mojo/tools/mopy/test_util.py index 4a4c128..cb8886a4 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") |