Improving message of breakage
This commit is contained in:
parent
c7c30eaf56
commit
39e1140613
1 changed files with 2 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue