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:
|
else:
|
||||||
unique_tests = racy_tests[1]['NONE'] - xfails[1]['FAIL']
|
unique_tests = racy_tests[1]['NONE'] - xfails[1]['FAIL']
|
||||||
|
|
||||||
msg = "============================\n"
|
msg = "Regressions found\n"
|
||||||
|
msg += "============================\n"
|
||||||
for t in unique_tests:
|
for t in unique_tests:
|
||||||
msg += "FAIL: %s\n" % t
|
msg += "FAIL: %s\n" % t
|
||||||
msg += "============================\n"
|
msg += "============================\n"
|
||||||
|
|
Loading…
Reference in a new issue