IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37205


Ignore:
Timestamp:
Aug 7, 2014, 2:27:45 PM (12 years ago)
Author:
eugene
Message:

add -simtest for fulltest.sh

File:
1 edited

Legend:

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

    r37163 r37205  
    168168  mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_test_scratch"
    169169  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
    170   ippjython setupScratchDb.py -test
     170  ippjython setupScratchDb.py -test < /dev/null
    171171  if ($status) exit
    172172endif
     
    218218
    219219  rm -rf $OUTDIR/IN
    220   ippjython loader.py -test initbatch init
     220  ippjython loader.py -test initbatch init -simtest < /dev/null
    221221  if ($status) exit
    222222endif
     
    259259  echo "2000-01-01 00:00:00.0 " >> cambatch.dat # trange_start
    260260  echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end
    261   cat cambatch.dat | ippjython queue.py -test edit
     261  cat cambatch.dat | ippjython queue.py -test edit -simtest
    262262  if ($status) exit
    263263endif
     
    268268
    269269  rm -rf $OUTDIR/P2
    270   ippjython loader.py -test $queuename once
     270  ippjython loader.py -test $queuename once -simtest < /dev/null
    271271  if ($status) exit
    272272endif
     
    312312  echo "2000-01-01 00:00:00.0 " >> stackbatch.dat # trange_start
    313313  echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end
    314   cat stackbatch.dat | ippjython queue.py -test edit
     314  cat stackbatch.dat | ippjython queue.py -test edit -simtest
    315315  if ($status) exit
    316316endif
     
    324324  endif
    325325  rm -rf $OUTDIR/ST
    326   ippjython loader.py -test $stackqueuename once
     326  ippjython loader.py -test $stackqueuename once -simtest < /dev/null
    327327  if ($status) exit
    328328endif
     
    368368  echo "2000-01-01 00:00:00.0 " >> objectbatch.dat # trange_start
    369369  echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end
    370   cat objectbatch.dat | ippjython queue.py -test edit once
     370  cat objectbatch.dat | ippjython queue.py -test edit once -simtest
    371371  if ($status) exit
    372372endif
     
    381381  rm -rf $OUTDIR/OB
    382382
    383   ippjython loader.py -test $objectqueuename once
    384   if ($status) exit
    385 endif
    386 
     383  ippjython loader.py -test $objectqueuename once -simtest < /dev/null
     384  if ($status) exit
     385endif
     386
Note: See TracChangeset for help on using the changeset viewer.