From ea2a50c1cbe2b2e20495eacd40cee51bd4ad54cc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 8 Jan 2010 01:36:43 +0000 Subject: see a bit more of the end of the log svn path=/trunk/; revision=12920 --- scripts/auto-build/run-automated-builder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 1e67b3f1..911e25ac 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -25,8 +25,8 @@ mailbody_on_failure () { ## this is a somewhat simplistic expression to detect error-lines echo "last 20 errors ----------------------------------------" cat ${LOGFILE} | grep -i -e "error: " -e "cannot find" | tail -20 - echo "last 5 lines ----------------------------------------" - tail -5 ${LOGFILE} + echo "last 15 lines ----------------------------------------" + tail -15 ${LOGFILE} echo "" echo "the full logfile - if it has been succesfully uploaded - can be viewed at:" echo "http://autobuild.puredata.info/auto-build/${DATE}/logs/${LOGFILE##*/}" -- cgit v1.2.1