Chromium Code Reviews| Index: bin/cbuildbot.py |
| diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py |
| index 21b582f564eba17b128cd84d5accdd49a472ef30..bc6e6696a7f7bf18aba3f743d0eaa12ea3f5856b 100755 |
| --- a/bin/cbuildbot.py |
| +++ b/bin/cbuildbot.py |
| @@ -445,7 +445,7 @@ def main(): |
| if buildconfig['uprev']: |
| # Don't push changes for developers. |
| - if options.debug: |
| + if not options.debug: |
| if buildconfig['master']: |
| # Master bot needs to check if the other slaves completed. |
| if cbuildbot_comm.HaveSlavesCompleted(config): |