Don't show failure of the last succeeded test
Before this change, if some test failed before the last test succeeded, because of the return value, the buildbot will show that the last test also failed. Add a summary build step to avoid that. BUG=None TEST=None Review URL: http://codereview.chromium.org/9989001 git-svn-id: http://src.chromium.org/svn/trunk/src/build@130823 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
3b455b7939
Коммит
dd8796dfb3
|
@ -370,6 +370,8 @@ def Dispatch(options):
|
|||
|
||||
if options.use_xvfb:
|
||||
xvfb.Stop()
|
||||
if options.annotate:
|
||||
print '@@@BUILD_STEP Test Finished@@@'
|
||||
return failures
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче