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
This commit is contained in:
Chris Sosa 2010-10-06 10:58:08 -07:00
parent 47518898af
commit d9bbe8792f

View File

@ -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):