diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-08 01:36:43 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-08 01:36:43 +0000 |
commit | ea2a50c1cbe2b2e20495eacd40cee51bd4ad54cc (patch) | |
tree | bb533f4adfcf946ab4397791c05a0b6e158b4509 /scripts/auto-build | |
parent | bf70038d274563dc7eabc7b65dc048d7d5e99546 (diff) |
see a bit more of the end of the log
svn path=/trunk/; revision=12920
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 4 |
1 files 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##*/}" |