mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
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:
parent
47518898af
commit
d9bbe8792f
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user