Update of /var/cvs/speeltuin/nightly
In directory james.mmbase.org:/home/nightly/bin

Modified Files:
        build.sh 
Log Message:
Removed date from subject, hopefully all failure-mails will collect in one  
thread that way, in most clients


See also: http://cvs.mmbase.org/viewcvs/speeltuin/nightly


Index: build.sh
===================================================================
RCS file: /var/cvs/speeltuin/nightly/build.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- build.sh    20 Aug 2008 08:18:37 -0000      1.21
+++ build.sh    5 Sep 2008 08:30:08 -0000       1.22
@@ -111,9 +111,9 @@
     if [ -f latest/tests-results.log ] ; then
        if (( `cat latest/tests-results.log  | grep 'FAILURES' | wc -l` > 0 )) 
; then
            echo Failures, sending mail to ${MAILADDRESS}  | tee -a 
${builddir}/messages.log
-           (echo "See also 
http://www.mmbase.org/download/builds/latest/tests-results.log"; ; \
+           (echo "Failures on build ${version}" ; echo "See also 
http://www.mmbase.org/download/builds/latest/tests-results.log"; ; \
                 cat latest/tests-results.log  | grep -P  '(^Tests 
run:|^[0-9]+\)|^\tat org\.mmbase|FAILURES|========================|OK)' ) | \
-               mutt -s "Test cases failures on build ${version}" ${MAILADDRESS}
+               mutt -s "Test cases failures" ${MAILADDRESS}
        fi
     fi
 fi
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to