Fix URLs for xfails
This commit is contained in:
parent
1b577ff136
commit
e18f272411
1 changed files with 4 additions and 4 deletions
|
@ -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<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail;hb=%s>\n\n" % (name, branch, com)
|
||||
text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail?id=%s>\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<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail.table;hb=%s>\n" % (name, branch, com)
|
||||
text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail.table?id=%s>\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<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail;hb=%s>\n\n" % (name, branch, com)
|
||||
text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail?id=%s>\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<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail.table;hb=%s>\n" % (name, branch, com)
|
||||
text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail.table?id=%s>\n" % (name, branch, com)
|
||||
else:
|
||||
text += "FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.\n"
|
||||
text += "\n"
|
||||
|
|
Loading…
Reference in a new issue