[Asterisk-code-review] Add options to send crash reports via email (testsuite[master])

Joshua Colp asteriskteam at digium.com
Tue Oct 27 06:23:57 CDT 2015


Joshua Colp has posted comments on this change.

Change subject: Add options to send crash reports via email
......................................................................


Patch Set 1: Code-Review-1

(2 comments)

https://gerrit.asterisk.org/#/c/1539/1/runtests.py
File runtests.py:

Line 191:             max_bt_len = self.options.email_bt_len
        :             email_server = self.options.email_server
        :             sender = self.options.email_sender
        :             recipients = self.options.email_recipients
        : 
        :             if not sender or len(recipients) == 0:
        :                 return
Move this before the import


Line 220:             print "Failed to send email of backtrace"
Make it so a person doesn't have to dig in to understand why a backtrace could not be sent


-- 
To view, visit https://gerrit.asterisk.org/1539
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I17def41f15294a48754269d9c42aa649389840ad
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Jonathan Rose <jrose at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list