Changeset 38996 for trunk/ippToPsps/test/fulltest.sh
- Timestamp:
- Oct 28, 2015, 8:30:47 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/fulltest.sh (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/fulltest.sh
r38990 r38996 30 30 set forcedobjbatch = 1 31 31 32 set debug = ""32 set options = "-test" 33 33 34 34 set targ = ($argv) … … 93 93 breaksw; 94 94 case -debug 95 set debug = "-debug" 95 set options = "$options -debug" 96 breaksw; 97 case -stilts 98 set options = "$options -stilts" 96 99 breaksw; 97 100 default: … … 208 211 mysql -h localhost -u dvo -pdvo -e "drop database if exists ipptopsps_test_scratch" 209 212 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch" 210 ippjython setupScratchDb.py -test< /dev/null213 ippjython setupScratchDb.py $options < /dev/null 211 214 if ($status) exit 1 212 215 endif … … 251 254 echo "2000-01-01 00:00:00.0 " >> initbatch.dat # trange_start 252 255 echo "2020-01-01 00:00:00.0 " >> initbatch.dat # trange_end 253 ippjython queue.py $ debug -testedit < initbatch.dat256 ippjython queue.py $options edit < initbatch.dat 254 257 if ($status) exit 1 255 258 … … 258 261 259 262 rm -rf $OUTDIR/IN 260 ippjython loader.py $ debug -testinitbatch init -simtest < /dev/null263 ippjython loader.py $options initbatch init -simtest < /dev/null 261 264 if ($status) exit 1 262 265 endif … … 301 304 echo "2000-01-01 00:00:00.0 " >> cambatch.dat # trange_start 302 305 echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end 303 ippjython queue.py $ debug -testedit -simtest < cambatch.dat306 ippjython queue.py $options edit -simtest < cambatch.dat 304 307 if ($status) exit 1 305 308 endif … … 310 313 311 314 rm -rf $OUTDIR/P2 312 ippjython loader.py $ debug -test$queuename once -simtest < /dev/null315 ippjython loader.py $options $queuename once -simtest < /dev/null 313 316 if ($status) exit 314 317 endif … … 353 356 echo "2000-01-01 00:00:00.0 " >> objectbatch.dat # trange_start 354 357 echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end 355 ippjython queue.py $ debug -testedit once -simtest < objectbatch.dat358 ippjython queue.py $options edit once -simtest < objectbatch.dat 356 359 if ($status) exit 357 360 endif … … 363 366 rm -rf $OUTDIR/OB 364 367 365 ippjython loader.py $ debug -test$objectqueuename once -simtest < /dev/null368 ippjython loader.py $options $objectqueuename once -simtest < /dev/null 366 369 if ($status) exit 367 370 endif … … 406 409 echo "2000-01-01 00:00:00.0 " >> stackbatch.dat # trange_start 407 410 echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end 408 ippjython queue.py $ debug -testedit -simtest < stackbatch.dat411 ippjython queue.py $options edit -simtest < stackbatch.dat 409 412 if ($status) exit 410 413 endif … … 415 418 416 419 rm -rf $OUTDIR/ST 417 ippjython loader.py $ debug -test$stackqueuename once -simtest < /dev/null420 ippjython loader.py $options $stackqueuename once -simtest < /dev/null 418 421 if ($status) exit 419 422 endif … … 458 461 echo "2000-01-01 00:00:00.0 " >> forcebatch.dat # trange_start 459 462 echo "2020-01-01 00:00:00.0 " >> forcebatch.dat # trange_end 460 ippjython queue.py $ debug -testedit -simtest < forcebatch.dat463 ippjython queue.py $options edit -simtest < forcebatch.dat 461 464 if ($status) exit 1 462 465 endif … … 467 470 468 471 rm -rf $OUTDIR/FW 469 ippjython loader.py $ debug -test$forcedwarpqueuename once -simtest < /dev/null472 ippjython loader.py $options $forcedwarpqueuename once -simtest < /dev/null 470 473 if ($status) exit 471 474 endif … … 510 513 echo "2000-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_start 511 514 echo "2020-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_end 512 ippjython queue.py $ debug -testedit once -simtest < forcedobjectbatch.dat515 ippjython queue.py $options edit once -simtest < forcedobjectbatch.dat 513 516 if ($status) exit 514 517 endif … … 520 523 rm -rf $OUTDIR/LO 521 524 522 ippjython loader.py $ debug -test$forcedobjqueuename once -simtest < /dev/null523 if ($status) exit 524 endif 525 525 ippjython loader.py $options $forcedobjqueuename once -simtest < /dev/null 526 if ($status) exit 527 endif 528
Note:
See TracChangeset
for help on using the changeset viewer.
