Tweak to try fixing an annoying problem in our nightly builds
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 24 Jul 2009 20:59:54 +0000 (20:59 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 24 Jul 2009 20:59:54 +0000 (20:59 +0000)
vbuild-nightly.sh

index 642fea8..69eb803 100755 (executable)
@@ -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
 }