src/utils/qa/weeklybld/doHgTablesTestRobot.csh 1.11

1.11 2010/05/25 02:48:30 galt
removing ann
Index: src/utils/qa/weeklybld/doHgTablesTestRobot.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/doHgTablesTestRobot.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 1000000 -r1.10 -r1.11
--- src/utils/qa/weeklybld/doHgTablesTestRobot.csh	3 Mar 2010 01:45:43 -0000	1.10
+++ src/utils/qa/weeklybld/doHgTablesTestRobot.csh	25 May 2010 02:48:30 -0000	1.11
@@ -1,31 +1,31 @@
 #!/bin/tcsh
 cd $WEEKLYBLD
 if ( "$HOST" != "hgwbeta" ) then
  echo "error: doHgTablesTestRobot.csh must be executed from hgwbeta!"
  exit 1
 endif
 
 cd $BUILDDIR/v${BRANCHNN}_branch/kent/src/hg/hgTablesTest
 make 
 cd $WEEKLYBLD
 
 $HOME/bin/$MACHTYPE/hgTablesTest hgwbeta.cse.ucsc.edu/cgi-bin/hgTables ./logs/hgTables-v${BRANCHNN}.log
 
 # creates hgTables.log - look for unusual errors
 
 #-- to check for errors: 
 set res = `cat ./logs/hgTables-v${BRANCHNN}.log | egrep "Total" | egrep "0 soft errors,  0 hard errors"`
 set res2 = `cat ./logs/hgTables-v${BRANCHNN}.log | egrep "Total"`
 
 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 pauline
+ echo "$res2" | mail -s "'Errors in hgTablesTestRobot on $HOST'" $USER rhead pauline
  exit 1
 endif
 #
 echo Done.
-echo "$res2" | mail -s "'v${BRANCHNN} hgTablesTest robot done successfully on $HOST.'" $USER ann rhead pauline
+echo "$res2" | mail -s "'v${BRANCHNN} hgTablesTest robot done successfully on $HOST.'" $USER rhead pauline
 exit 0