Changeset 37205
- Timestamp:
- Aug 7, 2014, 2:27:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/test/fulltest.sh
r37163 r37205 168 168 mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_test_scratch" 169 169 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch" 170 ippjython setupScratchDb.py -test 170 ippjython setupScratchDb.py -test < /dev/null 171 171 if ($status) exit 172 172 endif … … 218 218 219 219 rm -rf $OUTDIR/IN 220 ippjython loader.py -test initbatch init 220 ippjython loader.py -test initbatch init -simtest < /dev/null 221 221 if ($status) exit 222 222 endif … … 259 259 echo "2000-01-01 00:00:00.0 " >> cambatch.dat # trange_start 260 260 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 262 262 if ($status) exit 263 263 endif … … 268 268 269 269 rm -rf $OUTDIR/P2 270 ippjython loader.py -test $queuename once 270 ippjython loader.py -test $queuename once -simtest < /dev/null 271 271 if ($status) exit 272 272 endif … … 312 312 echo "2000-01-01 00:00:00.0 " >> stackbatch.dat # trange_start 313 313 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 315 315 if ($status) exit 316 316 endif … … 324 324 endif 325 325 rm -rf $OUTDIR/ST 326 ippjython loader.py -test $stackqueuename once 326 ippjython loader.py -test $stackqueuename once -simtest < /dev/null 327 327 if ($status) exit 328 328 endif … … 368 368 echo "2000-01-01 00:00:00.0 " >> objectbatch.dat # trange_start 369 369 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 371 371 if ($status) exit 372 372 endif … … 381 381 rm -rf $OUTDIR/OB 382 382 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 385 endif 386
Note:
See TracChangeset
for help on using the changeset viewer.
