Fixing racy mail message

This commit is contained in:
Sergio Durigan Junior 2016-03-20 15:42:56 -04:00
parent c70ee83436
commit 589f717229

View file

@ -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"