diff --git a/master.cfg b/master.cfg index c19e1d3..73d6b39 100644 --- a/master.cfg +++ b/master.cfg @@ -467,10 +467,10 @@ send to the gdb-testers mailing list.""" with open (xfail_commit, 'r') as f: com = f.read ().strip ('\n') text += "To obtain the list of XFAIL tests for this builder, go to:\n\n" - text += "\t\n\n" % (name, branch, com) + text += "\t\n\n" % (name, branch, com) text += "You can also see a pretty-printed version of the list, with more information\n" text += "about each XFAIL, by going to:\n\n" - text += "\t\n" % (name, branch, com) + text += "\t\n" % (name, branch, com) else: text += "FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.\n" text += "\n" @@ -620,10 +620,10 @@ send to the gdb-testers mailing list.""" with open (xfail_commit, 'r') as f: com = f.read ().strip ('\n') text += "To obtain the list of XFAIL tests for this builder, go to:\n\n" - text += "\t\n\n" % (name, branch, com) + text += "\t\n\n" % (name, branch, com) text += "You can also see a pretty-printed version of the list, with more information\n" text += "about each XFAIL, by going to:\n\n" - text += "\t\n" % (name, branch, com) + text += "\t\n" % (name, branch, com) else: text += "FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.\n" text += "\n"