IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39061 for trunk


Ignore:
Timestamp:
Nov 6, 2015, 11:23:50 AM (11 years ago)
Author:
eugene
Message:

do not delete FW and FO batches after we have made them!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/fulltest.sh

    r39033 r39061  
    296296
    297297  rm -rf $OUTDIR/IN
     298
    298299  ippjython loader.py $options initbatch init -simtest < /dev/null
    299300  if ($status) exit 1
     
    348349
    349350  rm -rf $OUTDIR/P2
     351
    350352  ippjython loader.py $options $queuename once -simtest < /dev/null
    351353  if ($status) exit 1
     
    453455
    454456  rm -rf $OUTDIR/ST
     457
    455458  ippjython loader.py $options $stackqueuename once -simtest < /dev/null
    456459  if ($status) exit 1
     
    505508
    506509  rm -rf $OUTDIR/FW
     510
    507511  ippjython loader.py $options $forcedwarpqueuename once -simtest < /dev/null
    508512  if ($status) exit
     
    609613  echo " ---- load DF batches ----"
    610614
    611   rm -rf $OUTDIR/FW
     615  rm -rf $OUTDIR/DF
    612616  ippjython loader.py $options $diffqueuename once -simtest < /dev/null
    613617  if ($status) exit
     
    659663if ($diffobjbatch) then
    660664  echo ""
    661   echo " ---- load FO batches ----"
    662 
    663   rm -rf $OUTDIR/FO
     665  echo " ---- load DO batches ----"
     666
     667  rm -rf $OUTDIR/DO
    664668
    665669  ippjython loader.py $options $diffobjqueuename once -simtest < /dev/null
Note: See TracChangeset for help on using the changeset viewer.