Index: scripts/slave/compile.py |
diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py |
index d601b9a511c9dee42610020f3bbc0b43c6538a24..2fde4d01acc028cfc780f2dbb82557c667dac725 100755 |
--- a/scripts/slave/compile.py |
+++ b/scripts/slave/compile.py |
@@ -432,7 +432,7 @@ def main_ninja(options, args, env): |
# Run the build again if we want to check that the no-op build is clean. |
filter_obj = EnsureUpToDateFilter() |
# Append `-d explain` to help diagnose in the failure case. |
- command += ['-d', 'explain'] |
+ command += ['-d', 'explain', '-n'] |
chromium_utils.RunCommand(command, env=env, filter_obj=filter_obj) |
if not filter_obj.was_up_to_date: |
print 'Failing build because ninja reported work to do.' |