IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39113 for trunk


Ignore:
Timestamp:
Nov 12, 2015, 12:17:13 PM (11 years ago)
Author:
eugene
Message:

sastest is not a simtest

File:
1 edited

Legend:

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

    r39044 r39113  
    570570  echo "2000-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_start
    571571  echo "2020-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_end
    572   ippjython queue.py $options edit once -simtest < forcedobjectbatch.dat
     572  ippjython queue.py $options edit once < forcedobjectbatch.dat
    573573  if ($status) exit
    574574endif
     
    580580  rm -rf $OUTDIR/FO
    581581
    582   ippjython loader.py $options $forcedobjqueuename once -simtest < /dev/null
     582  ippjython loader.py $options $forcedobjqueuename once < /dev/null
    583583  if ($status) exit
    584584endif
     
    623623  echo "2000-01-01 00:00:00.0   " >> diffbatch.dat # trange_start
    624624  echo "2020-01-01 00:00:00.0   " >> diffbatch.dat # trange_end
    625   ippjython queue.py $options edit -simtest < diffbatch.dat
     625  ippjython queue.py $options edit < diffbatch.dat
    626626  if ($status) exit 1
    627627endif
     
    632632
    633633  rm -rf $OUTDIR/DF
    634   ippjython loader.py $options $diffqueuename once -simtest < /dev/null
     634  ippjython loader.py $options $diffqueuename once < /dev/null
    635635  if ($status) exit
    636636endif
     
    675675  echo "2000-01-01 00:00:00.0   " >> diffobjbatch.dat # trange_start
    676676  echo "2020-01-01 00:00:00.0   " >> diffobjbatch.dat # trange_end
    677   ippjython queue.py $options edit once -simtest < diffobjbatch.dat
     677  ippjython queue.py $options edit once < diffobjbatch.dat
    678678  if ($status) exit
    679679endif
     
    685685  rm -rf $OUTDIR/DO
    686686
    687   ippjython loader.py $options $diffobjqueuename once -simtest < /dev/null
    688   if ($status) exit
    689 endif
     687  ippjython loader.py $options $diffobjqueuename once < /dev/null
     688  if ($status) exit
     689endif
Note: See TracChangeset for help on using the changeset viewer.