Changeset 34998
- Timestamp:
- Jan 19, 2013, 2:47:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh
r34994 r34998 10 10 setenv IPPTOPSPS_DATA $datadir/ipptopsps 11 11 12 # before running this test, you must have a mysql user: 13 # mkgpc1.sh user localhost eam eam 14 15 set mkgpc1 = 0 12 16 set initdb = 0 13 17 set mkdummy = 0 14 set initscratch = 118 set initscratch = 0 15 19 set createqueue = 1 16 20 set initbatch = 0 17 set queuename = "test4" 21 set queuename = "test" 22 23 if ($mkgpc1) then 24 mkgpc1data.dvo 25 endif 18 26 19 27 # create the ipptopsps database … … 22 30 # does the database already exist? 23 31 # XXX this command will blow away an existing database!! 32 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps" 24 33 mysql -h localhost -u dvo -pdvo ipptopsps < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql 25 34 … … 80 89 0 81 90 catdir.cam 82 test/catdir.cam91 catdir.cam 83 92 9 84 93 11
Note:
See TracChangeset
for help on using the changeset viewer.
