Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2164)

Unified Diff: bin/cbuildbot.py

Issue 3525022: Revert "Revert "Close tree when smoke bvt fails."" (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698