Chromium Code Reviews| Index: scripts/slave/compile.py |
| diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py |
| index 1331afa262fe0049077459578b7d4ad25acf7d37..dc5d3b3e9791692fa6e595c5b957745e4f65c927 100755 |
| --- a/scripts/slave/compile.py |
| +++ b/scripts/slave/compile.py |
| @@ -729,6 +729,7 @@ |
| # Prepare environment. |
| env = EchoDict(os.environ) |
| + env.setdefault('NINJA_STATUS', '[%s/%t | %e] ') |
| orig_compiler = options.compiler |
| goma_ready = goma_setup(options, env) |
| if not goma_ready: |