longer tail for mail transcript
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Sep 2009 07:49:00 +0000 (07:49 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Sep 2009 07:49:00 +0000 (07:49 +0000)
vbuild-nightly.sh

index 69eb803..a46e708 100755 (executable)
@@ -118,7 +118,7 @@ function failure() {
     fi
     cp $LOG ${WEBLOG}
     summary $LOG >> ${WEBLOG}
-    (echo -n "============================== $COMMAND: failure at " ; date ; tail -c 30k $WEBLOG) > ${WEBLOG}.ko
+    (echo -n "============================== $COMMAND: failure at " ; date ; tail --lines=800 $WEBLOG) > ${WEBLOG}.ko
     if [ -n "$MAILTO" ] ; then
        ( \
            echo "See full build log at ${LOG_URL}" ; \