IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2014, 11:00:48 AM (12 years ago)
Author:
eugene
Message:

exit fulltest on error; add mjd_obs to stackSumSkyfile and sky_id to skycalRun; set simtest photcodes; set mjd for stacks

File:
1 edited

Legend:

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

    r37129 r37157  
    169169  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
    170170  ippjython setupScratchDb.py -test
     171  if ($status) exit
    171172endif
    172173
     
    211212  echo "2020-01-01 00:00:00.0  " >> initbatch.dat # trange_end
    212213  cat initbatch.dat | ippjython queue.py -test edit
     214  if ($status) exit
    213215
    214216  echo ""
     
    217219  rm -rf $OUTDIR/IN
    218220  ippjython loader.py -test initbatch init
     221  if ($status) exit
    219222endif
    220223
     
    257260  echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end
    258261  cat cambatch.dat | ippjython queue.py -test edit
     262  if ($status) exit
    259263endif
    260264
     
    265269  rm -rf $OUTDIR/P2
    266270  ippjython loader.py -test $queuename once
     271  if ($status) exit
    267272endif
    268273
     
    308313  echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end
    309314  cat stackbatch.dat | ippjython queue.py -test edit
     315  if ($status) exit
    310316endif
    311317
     
    319325  rm -rf $OUTDIR/ST
    320326  ippjython loader.py -test $stackqueuename once
     327  if ($status) exit
    321328endif
    322329
     
    362369  echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end
    363370  cat objectbatch.dat | ippjython queue.py -test edit once
     371  if ($status) exit
    364372endif
    365373
     
    372380  endif
    373381  rm -rf $OUTDIR/OB
    374    ippjython loader.py -test $objectqueuename once
    375 endif
    376 
     382
     383  ippjython loader.py -test $objectqueuename once
     384  if ($status) exit
     385endif
     386
Note: See TracChangeset for help on using the changeset viewer.