Changeset 38990 for trunk/ippToPsps/test/fulltest.sh
- Timestamp:
- Oct 28, 2015, 7:55:59 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/fulltest.sh (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/fulltest.sh
r38974 r38990 29 29 set forcedobjqueue = 1 30 30 set forcedobjbatch = 1 31 32 set debug = "" 31 33 32 34 set targ = ($argv) … … 89 91 set forcedobjqueue = 0 90 92 set forcedobjbatch = 0 93 breaksw; 94 case -debug 95 set debug = "-debug" 91 96 breaksw; 92 97 default: … … 246 251 echo "2000-01-01 00:00:00.0 " >> initbatch.dat # trange_start 247 252 echo "2020-01-01 00:00:00.0 " >> initbatch.dat # trange_end 248 ippjython queue.py -test edit < initbatch.dat253 ippjython queue.py $debug -test edit < initbatch.dat 249 254 if ($status) exit 1 250 255 … … 253 258 254 259 rm -rf $OUTDIR/IN 255 ippjython loader.py -test initbatch init -simtest < /dev/null260 ippjython loader.py $debug -test initbatch init -simtest < /dev/null 256 261 if ($status) exit 1 257 262 endif … … 296 301 echo "2000-01-01 00:00:00.0 " >> cambatch.dat # trange_start 297 302 echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end 298 ippjython queue.py -test edit -simtest < cambatch.dat303 ippjython queue.py $debug -test edit -simtest < cambatch.dat 299 304 if ($status) exit 1 300 305 endif … … 305 310 306 311 rm -rf $OUTDIR/P2 307 ippjython loader.py -test $queuename once -simtest < /dev/null312 ippjython loader.py $debug -test $queuename once -simtest < /dev/null 308 313 if ($status) exit 309 314 endif … … 348 353 echo "2000-01-01 00:00:00.0 " >> objectbatch.dat # trange_start 349 354 echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end 350 ippjython queue.py -test edit once -simtest < objectbatch.dat355 ippjython queue.py $debug -test edit once -simtest < objectbatch.dat 351 356 if ($status) exit 352 357 endif … … 358 363 rm -rf $OUTDIR/OB 359 364 360 ippjython loader.py -test $objectqueuename once -simtest < /dev/null365 ippjython loader.py $debug -test $objectqueuename once -simtest < /dev/null 361 366 if ($status) exit 362 367 endif … … 401 406 echo "2000-01-01 00:00:00.0 " >> stackbatch.dat # trange_start 402 407 echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end 403 ippjython queue.py -test edit -simtest < stackbatch.dat408 ippjython queue.py $debug -test edit -simtest < stackbatch.dat 404 409 if ($status) exit 405 410 endif … … 410 415 411 416 rm -rf $OUTDIR/ST 412 ippjython loader.py -test $stackqueuename once -simtest < /dev/null417 ippjython loader.py $debug -test $stackqueuename once -simtest < /dev/null 413 418 if ($status) exit 414 419 endif … … 453 458 echo "2000-01-01 00:00:00.0 " >> forcebatch.dat # trange_start 454 459 echo "2020-01-01 00:00:00.0 " >> forcebatch.dat # trange_end 455 ippjython queue.py -test edit -simtest < forcebatch.dat460 ippjython queue.py $debug -test edit -simtest < forcebatch.dat 456 461 if ($status) exit 1 457 462 endif … … 462 467 463 468 rm -rf $OUTDIR/FW 464 ippjython loader.py -test $forcedwarpqueuename once -simtest < /dev/null469 ippjython loader.py $debug -test $forcedwarpqueuename once -simtest < /dev/null 465 470 if ($status) exit 466 471 endif … … 505 510 echo "2000-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_start 506 511 echo "2020-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_end 507 ippjython queue.py -test edit once -simtest < forcedobjectbatch.dat512 ippjython queue.py $debug -test edit once -simtest < forcedobjectbatch.dat 508 513 if ($status) exit 509 514 endif … … 515 520 rm -rf $OUTDIR/LO 516 521 517 ippjython loader.py -test $forcedobjqueuename once -simtest < /dev/null518 if ($status) exit 519 endif 520 522 ippjython loader.py $debug -test $forcedobjqueuename once -simtest < /dev/null 523 if ($status) exit 524 endif 525
Note:
See TracChangeset
for help on using the changeset viewer.
