diff --git a/master.cfg b/master.cfg index d6d645d..8660086 100644 --- a/master.cfg +++ b/master.cfg @@ -137,25 +137,25 @@ send to the gdb-testers mailing list.""" text += "\t%s\n" % build.getSlavename () # Including the link for the full build - text += "Full Build URL:\n" + text += "\nFull Build URL:\n" text += "\t<%s>\n" % master_status.getURLForThing (build) # Commits that were tested. Usually we should be dealing with # only one commit - text += "Commit(s) tested:\n" + text += "\nCommit(s) tested:\n" ss_list = build.getSourceStamps () for ss in ss_list: for chg in ss.changes: text += "\t%s\n" % chg.revision # Who's to blame? - text += "Author(s) (in the same order as the commits):\n" + text += "\nAuthor(s) (in the same order as the commits):\n" for ss in ss_list: for chg in ss.changes: text += "\t%s\n" % chg.who # URL to find more info about what went wrong. - text += "Log URL(s):\n" + text += "\nTestsuite log (gdb.sum and gdb.log) URL(s):\n" for ss in ss_list: commit_id = get_builder_commit_id (name, ss.revision) if commit_id: