src/utils/qa/compareTrackDbFast.csh 1.8

1.8 2009/05/05 23:13:25 kuhn
added sqlrr variable where needed to set up for new machine testing
Index: src/utils/qa/compareTrackDbFast.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/compareTrackDbFast.csh,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/utils/qa/compareTrackDbFast.csh	11 Apr 2009 00:37:02 -0000	1.7
+++ src/utils/qa/compareTrackDbFast.csh	5 May 2009 23:13:25 -0000	1.8
@@ -39,9 +39,9 @@
       set cent="beta"
       set host="-h $sqlbeta"
     else
       set cent=""
-      set host="-h genome-centdb"
+      set host="-h $sqlrr"
     endif
   endif
   hgsql -N $host -e "SELECT name FROM dbDb" hgcentral$cent | grep "$db" >& /dev/null
   if ( $status ) then