IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39009


Ignore:
Timestamp:
Oct 29, 2015, 5:28:21 PM (11 years ago)
Author:
eugene
Message:

fix typos

File:
1 edited

Legend:

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

    r39004 r39009  
    210210  mysql -h localhost -u dvo -pdvo -e "drop database if exists ipptopsps_test_scratch"
    211211  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
    212   ippjython setupScratchDb.py $options < /dev/null
     212  echo ippjython setupScratchDb.py $options
     213       ippjython setupScratchDb.py $options < /dev/null
    213214  if ($status) exit 1
    214215endif
     
    518519if ($forcedobjbatch) then
    519520  echo ""
    520   echo " ---- load LO batches ----"
    521 
    522   rm -rf $OUTDIR/LO
     521  echo " ---- load FO batches ----"
     522
     523  rm -rf $OUTDIR/FO
    523524
    524525  ippjython loader.py $options $forcedobjqueuename once -simtest < /dev/null
Note: See TracChangeset for help on using the changeset viewer.