Instead of printing the whole log for make TAGS, print the URL for the log
This commit is contained in:
parent
183bf65b97
commit
e0cd1af1b3
1 changed files with 2 additions and 3 deletions
|
@ -185,9 +185,8 @@ send to the gdb-testers mailing list."""
|
||||||
# We do not want to break here, because if this step
|
# We do not want to break here, because if this step
|
||||||
# fails the test will continue.
|
# fails the test will continue.
|
||||||
text += "*** Failed to make TAGS ***\n"
|
text += "*** Failed to make TAGS ***\n"
|
||||||
text += "============================\n"
|
text += "Log URL: %s/steps/%s/logs/%s\n\n" % (master_status.getURLForThing (build),
|
||||||
text += log.getText ()
|
n, log.getName ())
|
||||||
text += "============================\n\n"
|
|
||||||
continue
|
continue
|
||||||
elif n == 'regressions' and log.getName () == 'regressions':
|
elif n == 'regressions' and log.getName () == 'regressions':
|
||||||
text += "*** Regressions found ***\n"
|
text += "*** Regressions found ***\n"
|
||||||
|
|
Loading…
Reference in a new issue