From: Marc Fiuczynski Date: Wed, 9 Jan 2008 18:41:31 +0000 (+0000) Subject: use the WEBLOG variable rather than its value X-Git-Tag: 4.2-rc2~291 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2265a402d0cca94ae4717fcc5f2280911bfa46bb;p=build.git use the WEBLOG variable rather than its value --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 840a9090..2dea366a 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -98,7 +98,7 @@ function failure() { summary $LOG >> ${WEBLOG} (echo -n "============================== $COMMAND: failure at " ; date ; tail -c 20k $WEBLOG) > ${WEBLOG}.ko if [ -n "$MAILTO" ] ; then - tail -c 20k ${WEBPATH}/${BASE}.log.txt | mail -s "Failures for build ${BASE}" $MAILTO + tail -c 20k ${WEBLOG} | mail -s "Failures for build ${BASE}" $MAILTO fi exit 1 }