diff --git a/master.cfg b/master.cfg index ff74d6c..db59052 100644 --- a/master.cfg +++ b/master.cfg @@ -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 ()