mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/setbuilder: Output the mail send failure message on error
This commit is contained in:
parent
df2a714ac4
commit
074ef0c6cd
@ -653,7 +653,11 @@ class buildset:
|
||||
if self.build_failure is not None:
|
||||
mail['failure'] = self.build_failure
|
||||
if self.mail_active(mail, nesting_count):
|
||||
self.mail_send(mail)
|
||||
try:
|
||||
self.mail_send(mail)
|
||||
except error.general as gerr:
|
||||
log.notice('Mail Send Failure: %s' % (gerr))
|
||||
|
||||
log.notice('Build Set: Time %s' % (build_time))
|
||||
|
||||
def list_bset_cfg_files(opts, configs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user