Chromium Code Reviews| Index: bin/cbuildbot.py |
| diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py |
| index e01fe18627c51e1e55b98980ceb9cf1ff1218442..37a8b6e2691943905479a02594c9e510f9bed561 100755 |
| --- a/bin/cbuildbot.py |
| +++ b/bin/cbuildbot.py |
| @@ -300,7 +300,7 @@ def _RunSmokeSuite(buildroot): |
| '--no_graphics', |
| '--test_case', |
| 'suite_Smoke', |
| - ], cwd=cwd, error_ok=True) |
| + ], cwd=cwd, error_ok=False) |
| def _UprevPackages(buildroot, revisionfile, board): |