src/utils/qa/weeklybld/doHgTablesTestRobot.csh 1.10
1.10 2010/03/03 01:45:43 galt
adding pauline
Index: src/utils/qa/weeklybld/doHgTablesTestRobot.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/doHgTablesTestRobot.csh,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/utils/qa/weeklybld/doHgTablesTestRobot.csh 30 Sep 2009 04:34:31 -0000 1.9
+++ src/utils/qa/weeklybld/doHgTablesTestRobot.csh 3 Mar 2010 01:45:43 -0000 1.10
@@ -20,12 +20,12 @@
set wc = `echo "$res" | wc -w`
if ( "$wc" == "0" ) then
echo "errs found:"
echo "$res2"
- echo "$res2" | mail -s "'Errors in hgTablesTestRobot on $HOST'" $USER ann rhead
+ echo "$res2" | mail -s "'Errors in hgTablesTestRobot on $HOST'" $USER ann rhead pauline
exit 1
endif
#
echo Done.
-echo "$res2" | mail -s "'v${BRANCHNN} hgTablesTest robot done successfully on $HOST.'" $USER ann rhead
+echo "$res2" | mail -s "'v${BRANCHNN} hgTablesTest robot done successfully on $HOST.'" $USER ann rhead pauline
exit 0