IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35017


Ignore:
Timestamp:
Jan 22, 2013, 9:44:24 AM (13 years ago)
Author:
eugene
Message:

full test deletes output directories before running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh

    r35015 r35017  
    124124
    125125if ($initbatch) then
     126  rm -rf $OUTDIR/IN
    126127  ippjython loader.py $queuename init
    127128endif
    128129
    129130if ($cambatch) then
     131  rm -rf $OUTDIR/P2
    130132  ippjython loader.py $queuename once
    131133endif
     
    169171    set stackqueuename = $queuename\_stk
    170172  endif
     173  rm -rf $OUTDIR/ST
    171174  ippjython loader.py $stackqueuename once
    172175endif
Note: See TracChangeset for help on using the changeset viewer.