Chromium Code Reviews| Index: scripts/slave/runtest.py |
| diff --git a/scripts/slave/runtest.py b/scripts/slave/runtest.py |
| index bd244c48651ef330d08ffbbeacf6b502571469e4..bb2cc03e47586f90ee3fe8ffeb6f19fa63609b58 100755 |
| --- a/scripts/slave/runtest.py |
| +++ b/scripts/slave/runtest.py |
| @@ -1857,6 +1857,9 @@ def main(): |
| # We will use this to accumulate overrides for the command under test, |
| # That we may not need or want for other support commands. |
| extra_env = {} |
| + if not os.environ.get('CHROMIUM_OUTPUT_DIR') and options.target: |
|
jbudorick
2016/03/11 16:28:14
Can we limit this to Android?
agrieve
2016/03/11 18:43:58
Done.
|
| + extra_env['CHROMIUM_OUTPUT_DIR'] = ( |
| + os.path.abspath(os.path.join(options.build_dir, options.target))) |
| # This option is used by sanitizer code. There is no corresponding command |
| # line flag. |