src/utils/qa/compareHgFindSpecFast.csh 1.6

1.6 2009/05/05 23:13:25 kuhn
added sqlrr variable where needed to set up for new machine testing
Index: src/utils/qa/compareHgFindSpecFast.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/compareHgFindSpecFast.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/compareHgFindSpecFast.csh	11 Apr 2009 00:37:02 -0000	1.5
+++ src/utils/qa/compareHgFindSpecFast.csh	5 May 2009 23:13:25 -0000	1.6
@@ -9,9 +9,9 @@
  echo "  uses public mysql machine for RR queries."
  echo
  echo "    usage: machine1 machine2 database [field] (defaults to searchName)"
  echo ""
- exit 1
+ exit 
 endif
 
 #set machine1 = "hgwdev"
 #set machine1 = "hgwbeta"
@@ -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