Changeset 38836 for trunk/ippToPsps/test/fulltest.sh
- Timestamp:
- Oct 10, 2015, 12:29:55 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/fulltest.sh (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/fulltest.sh
r38823 r38836 157 157 # XXX this command will blow away an existing database!! 158 158 mysql -h localhost -u dvo -pdvo -e "create database if not exists ipptopsps_test" || exit 3 159 mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql || exit 2 159 mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql || exit 3 160 echo " ---- init ipptopsps_test: done ----" 160 161 endif 161 162 … … 211 212 echo "2000-01-01 00:00:00.0 " >> initbatch.dat # trange_start 212 213 echo "2020-01-01 00:00:00.0 " >> initbatch.dat # trange_end 213 cat initbatch.dat | ippjython queue.py -test edit214 if ($status) exit 214 ippjython queue.py -test edit < initbatch.dat 215 if ($status) exit 1 215 216 216 217 echo "" … … 219 220 rm -rf $OUTDIR/IN 220 221 ippjython loader.py -test initbatch init -simtest < /dev/null 221 if ($status) exit 222 if ($status) exit 1 222 223 endif 223 224 … … 259 260 echo "2000-01-01 00:00:00.0 " >> cambatch.dat # trange_start 260 261 echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end 261 cat cambatch.dat | ippjython queue.py -test edit -simtest262 if ($status) exit 262 ippjython queue.py -test edit -simtest < cambatch.dat 263 if ($status) exit 1 263 264 endif 264 265 … … 312 313 echo "2000-01-01 00:00:00.0 " >> stackbatch.dat # trange_start 313 314 echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end 314 cat stackbatch.dat | ippjython queue.py -test edit -simtest315 ippjython queue.py -test edit -simtest < stackbatch.dat 315 316 if ($status) exit 316 317 endif … … 368 369 echo "2000-01-01 00:00:00.0 " >> objectbatch.dat # trange_start 369 370 echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end 370 cat objectbatch.dat | ippjython queue.py -test edit once -simtest371 ippjython queue.py -test edit once -simtest < objectbatch.dat 371 372 if ($status) exit 372 373 endif
Note:
See TracChangeset
for help on using the changeset viewer.
