From d9bbe8792f412954384de1809e307c508ae37724 Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Wed, 6 Oct 2010 10:58:08 -0700 Subject: [PATCH] Close tree when smoke bvt fails. Change-Id: I01d613527777098616e8d5bd2b4b27bce240c02f BUG= TEST=Ran cbuildbot and prematurely killed autotest to show test failure. CBuildbot fails saying that cros_run_vm_test smoke_Suite failed. Review URL: http://codereview.chromium.org/3517010 --- 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):