aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-08 01:36:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-08 01:36:43 +0000
commitea2a50c1cbe2b2e20495eacd40cee51bd4ad54cc (patch)
treebb533f4adfcf946ab4397791c05a0b6e158b4509 /scripts/auto-build/run-automated-builder
parentbf70038d274563dc7eabc7b65dc048d7d5e99546 (diff)
see a bit more of the end of the log
svn path=/trunk/; revision=12920
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder4
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##*/}"