IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35224


Ignore:
Timestamp:
Mar 3, 2013, 1:32:31 PM (13 years ago)
Author:
eugene
Message:

we added one table to the test gpc1 db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/mkgpc1.sh

    r35188 r35224  
    154154  set ntable = `echo "USE $dbname; show tables;" | mysql -h $dbhost -u $dbuser $dbpass | wc -l`
    155155  echo ntable: $ntable
    156   if ($ntable != 20) then
    157     echo "expected 20 lines (19 tables), but got $ntable, not deleting"
     156  if ($ntable != 21) then
     157    echo "expected 21 lines (19 tables), but got $ntable, not deleting"
    158158    exit 2
    159159  endif
Note: See TracChangeset for help on using the changeset viewer.