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 += "============================\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':
|
||||||
|
|
Loading…
Reference in a new issue