Fixing URL in the e-mail

This commit is contained in:
Sergio Durigan Junior 2015-01-14 22:35:00 -05:00
parent 9a9dcad8d6
commit 6a6b832166

View file

@ -146,7 +146,7 @@ send to the gdb-testers mailing list."""
# URL to find more info about what went wrong.
text += "Log URL(s):\n"
for ss in ss_list:
text += "\t<%s/%s/.git/log/qt=grep&q=%s>" % (git_url, name, ss.revision)
text += "\t<%s/%s/.git/log/?qt=grep&q=%s>\n" % (git_url, name, ss.revision)
# text += "\t<%sresults/%s/%s>\n" % (master_status.getBuildbotURL (), name, ss.revision)
# Who's to blame?