- Timestamp:
- Jan 25, 2013, 6:37:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh
r35046 r35051 2 2 3 3 set stackqueuename = 0 4 if ($#argv > 0) then 5 set stackqueuename = $1 6 echo "stackqueue: $stackqueuename" 7 endif 8 9 set objectqueuename = 0 4 10 if ($#argv > 0) then 5 11 set stackqueuename = $1 … … 19 25 # mkgpc1.sh user localhost eam eam 20 26 21 set mkgpc1 = 122 set initdb = 123 set mkdummy = 124 set initscratch = 125 set initbatch = 126 set camqueue = 127 set cambatch = 127 set mkgpc1 = 0 28 set initdb = 0 29 set mkdummy = 0 30 set initscratch = 0 31 set initbatch = 0 32 set camqueue = 0 33 set cambatch = 0 28 34 set stackqueue = 0 29 35 set stackbatch = 0 36 set objectqueue = 1 37 set objectbatch = 1 30 38 31 39 set OUTDIR = "testdata" … … 105 113 19 106 114 21 107 1 115 2 108 116 $OUTDIR 109 117 0 … … 149 157 19 150 158 21 151 1 159 2 152 160 $OUTDIR 153 161 0 … … 175 183 endif 176 184 185 # this code is sensitive to a previously existing database? 186 if ($objectqueue) then 187 if ($objectqueuename == 0) then 188 set objectqueuename = $queuename\_obj 189 endif 190 ippjython queue.py edit <<EOF 191 $objectqueuename 192 test_ds 193 IPP_PSPS 194 0 195 catdir.stk 196 $OUTDIR/catdir.stk 197 9 198 11 199 19 200 21 201 2 202 $OUTDIR 203 0 204 0 205 1 206 1 207 2012-12-10 00:00:00.0 208 3PI 209 3PI 210 0 211 0 212 1 213 1 214 y 215 y 216 EOF 217 endif 218 219 if ($objectbatch) then 220 if ($objectqueuename == 0) then 221 set objectqueuename = $queuename\_obj 222 endif 223 rm -rf $OUTDIR/OB 224 ippjython loader.py $objectqueuename once 225 endif 226
Note:
See TracChangeset
for help on using the changeset viewer.
