Changeset 39061
- Timestamp:
- Nov 6, 2015, 11:23:50 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/fulltest.sh (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/fulltest.sh
r39033 r39061 296 296 297 297 rm -rf $OUTDIR/IN 298 298 299 ippjython loader.py $options initbatch init -simtest < /dev/null 299 300 if ($status) exit 1 … … 348 349 349 350 rm -rf $OUTDIR/P2 351 350 352 ippjython loader.py $options $queuename once -simtest < /dev/null 351 353 if ($status) exit 1 … … 453 455 454 456 rm -rf $OUTDIR/ST 457 455 458 ippjython loader.py $options $stackqueuename once -simtest < /dev/null 456 459 if ($status) exit 1 … … 505 508 506 509 rm -rf $OUTDIR/FW 510 507 511 ippjython loader.py $options $forcedwarpqueuename once -simtest < /dev/null 508 512 if ($status) exit … … 609 613 echo " ---- load DF batches ----" 610 614 611 rm -rf $OUTDIR/ FW615 rm -rf $OUTDIR/DF 612 616 ippjython loader.py $options $diffqueuename once -simtest < /dev/null 613 617 if ($status) exit … … 659 663 if ($diffobjbatch) then 660 664 echo "" 661 echo " ---- load FO batches ----"662 663 rm -rf $OUTDIR/ FO665 echo " ---- load DO batches ----" 666 667 rm -rf $OUTDIR/DO 664 668 665 669 ippjython loader.py $options $diffobjqueuename once -simtest < /dev/null
Note:
See TracChangeset
for help on using the changeset viewer.
