Adjusting header for XFAIL tests on email

This commit is contained in:
Sergio Durigan Junior 2016-05-24 15:00:57 -04:00
parent af0b847e01
commit d91f0e6399

View file

@ -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 ()