Include comments on try build message
This commit is contained in:
parent
cbe3b6a13e
commit
3145fbefb8
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ def SendRootMessageGDBTesters (branch, change, rev,
|
|||
text += "Branch: %s\n" % branch
|
||||
text += "Commit tested against: %s\n\n" % rev
|
||||
|
||||
text += '\n'.join (change.comments.split ('\n'))
|
||||
|
||||
text += '\n'
|
||||
|
||||
text += "Patch tested:\n\n"
|
||||
text += change
|
||||
|
||||
|
|
Loading…
Reference in a new issue