From e0cd1af1b3320fd7ed36fa2de5f1fdc2b8acd030 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 21 Jan 2015 12:28:29 -0500 Subject: [PATCH] Instead of printing the whole log for make TAGS, print the URL for the log --- master.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/master.cfg b/master.cfg index 34cd73d..fed783b 100644 --- a/master.cfg +++ b/master.cfg @@ -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"