Adjusting header for XFAIL tests on email
This commit is contained in:
parent
af0b847e01
commit
d91f0e6399
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ send to the gdb-testers mailing list."""
|
|||
|
||||
xfail = os.path.join (gdb_web_base, name, 'xfails', branch, 'xfail')
|
||||
if os.path.exists (xfail):
|
||||
text += "\n\n*** Racy tests that are not being considered ***\n"
|
||||
text += "\n\n*** Complete list of XFAILs for this builder ***\n"
|
||||
text += "============================\n"
|
||||
with open (xfail, 'r') as f:
|
||||
text += f.read ()
|
||||
|
|
Loading…
Reference in a new issue