IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2015, 5:01:15 PM (11 years ago)
Author:
watersc1
Message:

Updates to make DF batches work. Test suite changes to implement that. There are still a few issues with header keywords not being respected completely, but I'm not fully sure if that's due to the simulated data or not. Change to fulltest.sh to move dbuser/pass into variables that can be changed easily.

File:
1 edited

Legend:

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

    r38964 r39015  
    5858  set ntable = `mysql -B -h $dbhost -u $dbuser $dbpass $dbname -e "show tables" | wc -l`
    5959  echo ntable: $ntable
    60   if ($ntable != 25) then
    61     echo "expected 25 lines (24 tables), but got $ntable, not deleting"
     60  if ($ntable != 28) then
     61    echo "expected 28 lines (27 tables), but got $ntable, not deleting"
    6262    exit 2
    6363  endif
Note: See TracChangeset for help on using the changeset viewer.