Fixing racy mail message
This commit is contained in:
parent
c70ee83436
commit
589f717229
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ class GDBAnalyzeRacyTests (ShellCommand):
|
|||
else:
|
||||
unique_tests = racy_tests[1]['NONE'] - xfails[1]['FAIL']
|
||||
|
||||
msg = "============================\n"
|
||||
msg = "Regressions found\n"
|
||||
msg += "============================\n"
|
||||
for t in unique_tests:
|
||||
msg += "FAIL: %s\n" % t
|
||||
msg += "============================\n"
|
||||
|
|
Loading…
Reference in a new issue