IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34998


Ignore:
Timestamp:
Jan 19, 2013, 2:47:36 PM (13 years ago)
Author:
eugene
Message:

add a database drop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh

    r34994 r34998  
    1010setenv IPPTOPSPS_DATA $datadir/ipptopsps
    1111
     12# before running this test, you must have a mysql user:
     13# mkgpc1.sh user localhost eam eam
     14
     15set mkgpc1 = 0
    1216set initdb = 0
    1317set mkdummy = 0
    14 set initscratch = 1
     18set initscratch = 0
    1519set createqueue = 1
    1620set initbatch = 0
    17 set queuename = "test4"
     21set queuename = "test"
     22
     23if ($mkgpc1) then
     24  mkgpc1data.dvo
     25endif
    1826
    1927# create the ipptopsps database
     
    2230  # does the database already exist?
    2331  # XXX this command will blow away an existing database!!
     32  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps"
    2433  mysql -h localhost -u dvo -pdvo ipptopsps < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql
    2534
     
    80890
    8190catdir.cam
    82 test/catdir.cam
     91catdir.cam
    83929
    849311
Note: See TracChangeset for help on using the changeset viewer.