IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 12:31:54 PM (12 years ago)
Author:
eugene
Message:

working on sastest to be more complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/test/sastest.sh

    r37207 r37221  
    267267
    268268  rm -rf $OUTDIR/P2
    269   ippjython loader.py -test $queuename once < /dev/null
     269  ippjython loader.py -test $queuename once -one-batch < /dev/null
    270270  if ($status) exit
    271271endif
     
    283283  echo "IPP_PSPS              " >> stackbatch.dat # datastore_type
    284284  echo "0                     " >> stackbatch.dat # datastore_publish
    285   echo "catdir.sas.stk        " >> stackbatch.dat # dvo_label
    286   echo "$OUTDIR/catdir.sas.stk" >> stackbatch.dat # dvo_location
     285  echo "catdir.sas.cam        " >> stackbatch.dat # dvo_label
     286  echo "$OUTDIR/catdir.sas.cam" >> stackbatch.dat # dvo_location
    287287  echo "332                   " >> stackbatch.dat # min_ra
    288288  echo "335                   " >> stackbatch.dat # max_ra
     
    380380  rm -rf $OUTDIR/OB
    381381
    382   ippjython loader.py -test $objectqueuename once < /dev/null
    383   if ($status) exit
    384 endif
    385 
     382  ippjython loader.py -test $objectqueuename once -one-batch < /dev/null
     383  if ($status) exit
     384endif
     385
Note: See TracChangeset for help on using the changeset viewer.