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