src/utils/qa/updateTimes.csh 1.26
1.26 2009/09/08 18:55:20 kuhn
added host to get beta result properly
Index: src/utils/qa/updateTimes.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/updateTimes.csh,v
retrieving revision 1.25
retrieving revision 1.26
diff -b -B -U 4 -r1.25 -r1.26
--- src/utils/qa/updateTimes.csh 8 Sep 2009 17:47:26 -0000 1.25
+++ src/utils/qa/updateTimes.csh 8 Sep 2009 18:55:20 -0000 1.26
@@ -58,9 +58,9 @@
echo "."
continue
endif
- set second=`hgsql -N -e 'SHOW TABLE STATUS LIKE "'$table'"' $db \
+ set second=`hgsql -h $sqlbeta -N -e 'SHOW TABLE STATUS LIKE "'$table'"' $db \
| awk '{print $14, $15}'`
if ( $status ) then
echo "."
continue