From e18f2724118e839fc6c0fec4940cd36c22494991 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 8 Mar 2018 14:53:35 -0500 Subject: [PATCH] Fix URLs for xfails --- master.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"