From 4befe39060d6a3827a7be00c0f99f6b26efbfce4 Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Thu, 7 Oct 2010 19:04:05 -0700 Subject: [PATCH] Revert "Revert "Close tree when smoke bvt fails."" This reverts commit 224f7548b5067f28c33f3a6607748810cc83eb94. BUG= TEST= Review URL: http://codereview.chromium.org/3525022 Change-Id: Ib4e136b96a1d9dac7345598b281b053a47421e77 --- bin/cbuildbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py index e01fe18627..37a8b6e269 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):