IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2013, 9:09:36 AM (13 years ago)
Author:
eugene
Message:

set box border based on cos(DEC); add ipp008-010 to loader list

File:
1 edited

Legend:

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

    r35097 r35179  
    2525# mkgpc1.sh user localhost eam eam
    2626
    27 set mkgpc1       = 0
     27set mkgpc1       = 1
    2828set initdb       = 1
    2929set mkdummy      = 1
     
    5454endif
    5555
    56 ## XXX no longer needed : setupScratchDb does not need a fake 'config' (or 'chunk')
    57 ## # create a dummy config so setupScratchDb.py does not fail
    58 ## if ($mkdummy) then
    59 ##   ippjython queue.py -test edit <<EOF
    60 ## dummy
    61 ## none
    62 ## IPP_PSPS
    63 ## 0
    64 ## none
    65 ## none
    66 ## 0
    67 ## 0
    68 ## 0
    69 ## 0
    70 ## 1
    71 ## none
    72 ## 0
    73 ## 0
    74 ## 1
    75 ## 1
    76 ## 2001-01-01 00:00:00.0
    77 ## NONE
    78 ## NONE
    79 ## 1
    80 ## 0
    81 ## 0
    82 ## 1
    83 ## 0
    84 ## EOF
    85 ## endif
    86 
    8756# re-create the ipptopsps database
    8857if ($initscratch) then
    8958
    9059  # create the database (ignore failure if it already exists)
    91   mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_test_scratch1"
    92   # mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_scratch2"
    93   # mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_scratch3"
    94 
    95   mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch1"
    96   # mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch2"
    97   # mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch3"
    98 
    99   # setupScratchDb.py now takes the scratch name version, which is appended to the
    100   # name in the settings.xml table
    101   ippjython setupScratchDb.py -test 1
    102   # ippjython setupScratchDb.py -test 2
    103   # ippjython setupScratchDb.py -test 3
     60  mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_test_scratch"
     61  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
     62  ippjython setupScratchDb.py -test
    10463endif
    10564
Note: See TracChangeset for help on using the changeset viewer.