Changeset 35179 for trunk/ippToPsps/test/fulltest.sh
- Timestamp:
- Feb 19, 2013, 9:09:36 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/fulltest.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/fulltest.sh
r35097 r35179 25 25 # mkgpc1.sh user localhost eam eam 26 26 27 set mkgpc1 = 027 set mkgpc1 = 1 28 28 set initdb = 1 29 29 set mkdummy = 1 … … 54 54 endif 55 55 56 ## XXX no longer needed : setupScratchDb does not need a fake 'config' (or 'chunk')57 ## # create a dummy config so setupScratchDb.py does not fail58 ## if ($mkdummy) then59 ## ippjython queue.py -test edit <<EOF60 ## dummy61 ## none62 ## IPP_PSPS63 ## 064 ## none65 ## none66 ## 067 ## 068 ## 069 ## 070 ## 171 ## none72 ## 073 ## 074 ## 175 ## 176 ## 2001-01-01 00:00:00.077 ## NONE78 ## NONE79 ## 180 ## 081 ## 082 ## 183 ## 084 ## EOF85 ## endif86 87 56 # re-create the ipptopsps database 88 57 if ($initscratch) then 89 58 90 59 # 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 104 63 endif 105 64
Note:
See TracChangeset
for help on using the changeset viewer.
