- Timestamp:
- Jul 31, 2014, 11:00:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/test/fulltest.sh
r37129 r37157 169 169 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch" 170 170 ippjython setupScratchDb.py -test 171 if ($status) exit 171 172 endif 172 173 … … 211 212 echo "2020-01-01 00:00:00.0 " >> initbatch.dat # trange_end 212 213 cat initbatch.dat | ippjython queue.py -test edit 214 if ($status) exit 213 215 214 216 echo "" … … 217 219 rm -rf $OUTDIR/IN 218 220 ippjython loader.py -test initbatch init 221 if ($status) exit 219 222 endif 220 223 … … 257 260 echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end 258 261 cat cambatch.dat | ippjython queue.py -test edit 262 if ($status) exit 259 263 endif 260 264 … … 265 269 rm -rf $OUTDIR/P2 266 270 ippjython loader.py -test $queuename once 271 if ($status) exit 267 272 endif 268 273 … … 308 313 echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end 309 314 cat stackbatch.dat | ippjython queue.py -test edit 315 if ($status) exit 310 316 endif 311 317 … … 319 325 rm -rf $OUTDIR/ST 320 326 ippjython loader.py -test $stackqueuename once 327 if ($status) exit 321 328 endif 322 329 … … 362 369 echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end 363 370 cat objectbatch.dat | ippjython queue.py -test edit once 371 if ($status) exit 364 372 endif 365 373 … … 372 380 endif 373 381 rm -rf $OUTDIR/OB 374 ippjython loader.py -test $objectqueuename once 375 endif 376 382 383 ippjython loader.py -test $objectqueuename once 384 if ($status) exit 385 endif 386
Note:
See TracChangeset
for help on using the changeset viewer.
