| Index: mojo/devtools/common/mojo_test
|
| diff --git a/mojo/devtools/common/mojo_test b/mojo/devtools/common/mojo_test
|
| index 2cf84b9ba26e9849bc2a14dcbe0f0b74489086b1..45cdb0d390e622c55d85333354e8f1c8f37990e0 100755
|
| --- a/mojo/devtools/common/mojo_test
|
| +++ b/mojo/devtools/common/mojo_test
|
| @@ -62,6 +62,9 @@ def main():
|
|
|
| try:
|
| config = shell_config.get_shell_config(script_args)
|
| + if script_args.android:
|
| + # We need root to have the stdout of the shell available on the host.
|
| + config.require_root = True
|
| shell, common_shell_args = shell_arguments.get_shell(config, shell_args)
|
| except shell_config.ShellConfigurationException as e:
|
| print e
|
|
|