Improving message of breakage

This commit is contained in:
Sergio Durigan Junior 2016-05-18 16:06:40 -04:00
parent c7c30eaf56
commit 39e1140613

View file

@ -318,6 +318,7 @@ send to the gdb-testers mailing list."""
text += "============================\n" text += "============================\n"
text += log.getText () text += log.getText ()
text += "============================\n" text += "============================\n"
subj = "*** COMPILATION FAILED *** " + subj
report_build_breakage = True report_build_breakage = True
break break
elif n == 'compile gdb': elif n == 'compile gdb':
@ -333,6 +334,7 @@ send to the gdb-testers mailing list."""
else: else:
text += ct text += ct
text += "============================\n" text += "============================\n"
subj = "*** COMPILATION FAILED *** " + subj
report_build_breakage = True report_build_breakage = True
break break
elif n == 'make tags': elif n == 'make tags':