mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +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',
|
'--no_graphics',
|
||||||
'--test_case',
|
'--test_case',
|
||||||
'suite_Smoke',
|
'suite_Smoke',
|
||||||
], cwd=cwd, error_ok=True)
|
], cwd=cwd, error_ok=False)
|
||||||
|
|
||||||
|
|
||||||
def _UprevPackages(buildroot, revisionfile, board):
|
def _UprevPackages(buildroot, revisionfile, board):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user