From e28783c9756a6aa7b344cdbbf95fe94fbf4e14c5 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 24 Jul 2009 20:59:54 +0000 Subject: [PATCH] Tweak to try fixing an annoying problem in our nightly builds --- vbuild-nightly.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 642fea8e..69eb803d 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -159,6 +159,9 @@ function success () { [ -n "$DO_TEST" ] && echo "See complete set of testlogs at ${TESTLOGS_URL}" ) \ | mail -s "Success with ${MAIL_SUBJECT} ${BASE}" $MAILTO fi + # XXX For some reason, we haven't been getting this email for successful builds. If this sleep + # doesn't fix the problem, I'll remove it -- Sapan. + sleep 5 exit 0 } -- 2.47.0