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
|
||||
# fails the test will continue.
|
||||
text += "*** Failed to make TAGS ***\n"
|
||||
text += "============================\n"
|
||||
text += log.getText ()
|
||||
text += "============================\n\n"
|
||||
text += "Log URL: %s/steps/%s/logs/%s\n\n" % (master_status.getURLForThing (build),
|
||||
n, log.getName ())
|
||||
continue
|
||||
elif n == 'regressions' and log.getName () == 'regressions':
|
||||
text += "*** Regressions found ***\n"
|
||||
|
|
Loading…
Reference in a new issue