IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2015, 7:55:59 AM (11 years ago)
Author:
eugene
Message:

enable ohana fits_to_mysql

File:
1 edited

Legend:

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

    r38974 r38990  
    2929set forcedobjqueue = 1
    3030set forcedobjbatch = 1
     31
     32set debug = ""
    3133
    3234set targ = ($argv)
     
    8991    set forcedobjqueue = 0
    9092    set forcedobjbatch = 0
     93    breaksw;
     94  case -debug
     95    set debug = "-debug"
    9196    breaksw;
    9297  default:
     
    246251  echo "2000-01-01 00:00:00.0  " >> initbatch.dat # trange_start
    247252  echo "2020-01-01 00:00:00.0  " >> initbatch.dat # trange_end
    248   ippjython queue.py -test edit < initbatch.dat
     253  ippjython queue.py $debug -test edit < initbatch.dat
    249254  if ($status) exit 1
    250255
     
    253258
    254259  rm -rf $OUTDIR/IN
    255   ippjython loader.py -test initbatch init -simtest < /dev/null
     260  ippjython loader.py $debug -test initbatch init -simtest < /dev/null
    256261  if ($status) exit 1
    257262endif
     
    296301  echo "2000-01-01 00:00:00.0 " >> cambatch.dat # trange_start
    297302  echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end
    298   ippjython queue.py -test edit -simtest < cambatch.dat
     303  ippjython queue.py $debug -test edit -simtest < cambatch.dat
    299304  if ($status) exit 1
    300305endif
     
    305310
    306311  rm -rf $OUTDIR/P2
    307   ippjython loader.py -test $queuename once -simtest < /dev/null
     312  ippjython loader.py $debug -test $queuename once -simtest < /dev/null
    308313  if ($status) exit
    309314endif
     
    348353  echo "2000-01-01 00:00:00.0 " >> objectbatch.dat # trange_start
    349354  echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end
    350   ippjython queue.py -test edit once -simtest < objectbatch.dat
     355  ippjython queue.py $debug -test edit once -simtest < objectbatch.dat
    351356  if ($status) exit
    352357endif
     
    358363  rm -rf $OUTDIR/OB
    359364
    360   ippjython loader.py -test $objectqueuename once -simtest < /dev/null
     365  ippjython loader.py $debug -test $objectqueuename once -simtest < /dev/null
    361366  if ($status) exit
    362367endif
     
    401406  echo "2000-01-01 00:00:00.0 " >> stackbatch.dat # trange_start
    402407  echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end
    403   ippjython queue.py -test edit -simtest < stackbatch.dat
     408  ippjython queue.py $debug -test edit -simtest < stackbatch.dat
    404409  if ($status) exit
    405410endif
     
    410415
    411416  rm -rf $OUTDIR/ST
    412   ippjython loader.py -test $stackqueuename once -simtest < /dev/null
     417  ippjython loader.py $debug -test $stackqueuename once -simtest < /dev/null
    413418  if ($status) exit
    414419endif
     
    453458  echo "2000-01-01 00:00:00.0 " >> forcebatch.dat # trange_start
    454459  echo "2020-01-01 00:00:00.0 " >> forcebatch.dat # trange_end
    455   ippjython queue.py -test edit -simtest < forcebatch.dat
     460  ippjython queue.py $debug -test edit -simtest < forcebatch.dat
    456461  if ($status) exit 1
    457462endif
     
    462467
    463468  rm -rf $OUTDIR/FW
    464   ippjython loader.py -test $forcedwarpqueuename once -simtest < /dev/null
     469  ippjython loader.py $debug -test $forcedwarpqueuename once -simtest < /dev/null
    465470  if ($status) exit
    466471endif
     
    505510  echo "2000-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_start
    506511  echo "2020-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_end
    507   ippjython queue.py -test edit once -simtest < forcedobjectbatch.dat
     512  ippjython queue.py $debug -test edit once -simtest < forcedobjectbatch.dat
    508513  if ($status) exit
    509514endif
     
    515520  rm -rf $OUTDIR/LO
    516521
    517   ippjython loader.py -test $forcedobjqueuename once -simtest < /dev/null
    518   if ($status) exit
    519 endif
    520 
     522  ippjython loader.py $debug -test $forcedobjqueuename once -simtest < /dev/null
     523  if ($status) exit
     524endif
     525
Note: See TracChangeset for help on using the changeset viewer.