| Index: mojo/devtools/common/mojo_test
|
| diff --git a/mojo/devtools/common/mojo_test b/mojo/devtools/common/mojo_test
|
| index f3fa0d033d3eb8e64b93e9e38089f5fe584cd21b..b43e95a4d2ef5846708979690ea7099501dab660 100755
|
| --- a/mojo/devtools/common/mojo_test
|
| +++ b/mojo/devtools/common/mojo_test
|
| @@ -65,9 +65,6 @@ 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)
|
| # Tests must be reproducible, start with empty caches.
|
| common_shell_args.append(
|
|
|