From: Thierry Parmentelat Date: Wed, 1 Apr 2009 06:17:54 +0000 (+0000) Subject: oops X-Git-Tag: 4.3-rc1~37 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1e127f524176c5f00209390d4fda7daffae22def;p=build.git oops --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index ca966f5d..d9e8710c 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -111,7 +111,7 @@ function failure() { echo "See full build log at ${LOG_URL}" ; \ echo "and tail version at ${LOG_URL}.ko" ; \ echo "See complete set of testlogs at ${TESTLOGS_URL}" ; \ - tail -c 30k ${WEBLOG} ) | mail -s "Failures with {MAIL_SUBJECT}" $MAILTO + tail -c 30k ${WEBLOG} ) | mail -s "Failures with ${MAIL_SUBJECT}" $MAILTO fi exit 1 }