Include comments on try build message

This commit is contained in:
Sergio Durigan Junior 2017-09-12 17:24:04 -04:00
parent cbe3b6a13e
commit 3145fbefb8

View file

@ -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