IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37166


Ignore:
Timestamp:
Aug 1, 2014, 5:08:36 PM (12 years ago)
Author:
eugene
Message:

ippjython needs to have input directed from somewhere, so /dev/null if nothing else

File:
1 edited

Legend:

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

    r37163 r37166  
    167167  mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_scratch"
    168168  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch"
    169   ippjython setupScratchDb.py -test
     169  ippjython setupScratchDb.py -test < /dev/null
    170170  if ($status) exit
    171171endif
     
    217217
    218218  rm -rf $OUTDIR/IN
    219   ippjython loader.py -test initbatch init
     219  ippjython loader.py -test initbatch init < /dev/null
    220220  if ($status) exit
    221221endif
     
    314314  endif
    315315  rm -rf $OUTDIR/ST
    316   ippjython loader.py -test $stackqueuename once
    317   if ($status) exit
    318 endif
     316  ippjython loader.py -test $stackqueuename once < /dev/null
     317  if ($status) exit
     318endif
Note: See TracChangeset for help on using the changeset viewer.