Instead of printing the whole log for make TAGS, print the URL for the log

This commit is contained in:
Sergio Durigan Junior 2015-01-21 12:28:29 -05:00
parent 183bf65b97
commit e0cd1af1b3

View file

@ -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"