Changeset 37166
- Timestamp:
- Aug 1, 2014, 5:08:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/test/sastest.sh
r37163 r37166 167 167 mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_scratch" 168 168 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch" 169 ippjython setupScratchDb.py -test 169 ippjython setupScratchDb.py -test < /dev/null 170 170 if ($status) exit 171 171 endif … … 217 217 218 218 rm -rf $OUTDIR/IN 219 ippjython loader.py -test initbatch init 219 ippjython loader.py -test initbatch init < /dev/null 220 220 if ($status) exit 221 221 endif … … 314 314 endif 315 315 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 318 endif
Note:
See TracChangeset
for help on using the changeset viewer.
