iptables branch 1.4.1.1 is not referenced any more
[build.git] / vbuild-nightly.sh
index e7a99c1..22c90ae 100755 (executable)
@@ -139,6 +139,7 @@ function failure() {
            echo "See full build log at $WEBBASE_URL/log.txt" ; \
            echo "and tail version at $WEBBASE_URL.ko" ; \
            echo "See complete set of testlogs at $WEBBASE_URL/testlogs" ; \
+           echo "........................................" ; \
            webpublish tail --lines=1000 $WEBLOG ) | \
            sendmail $MAILTO
     fi
@@ -288,6 +289,7 @@ function run_log () {
     webpublish_rsync_dir /vservers/$BASE/build/testlogs/ $WEBPATH/$BASE/testlogs/
 
     if [ -z "$success" ] ; then
+       echo "Tests have failed - bailing out"
        failure
     fi