Changeset 38974 for trunk/ippToPsps/test/fulltest.sh
- Timestamp:
- Oct 27, 2015, 2:39:51 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/fulltest.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/fulltest.sh
r38964 r38974 204 204 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch" 205 205 ippjython setupScratchDb.py -test < /dev/null 206 if ($status) exit 206 if ($status) exit 1 207 207 endif 208 208 … … 218 218 echo "IPP_PSPS " >> initbatch.dat # datastore_type 219 219 echo "0 " >> initbatch.dat # datastore_publish 220 echo " none" >> initbatch.dat # dvo_label220 echo "init " >> initbatch.dat # dvo_label 221 221 echo "none " >> initbatch.dat # dvo_location 222 222 echo "0 " >> initbatch.dat # min_ra … … 225 225 echo "0 " >> initbatch.dat # max_dec 226 226 echo "2 " >> initbatch.dat # box_size 227 echo " none" >> initbatch.dat # base_path227 echo "$OUTDIR " >> initbatch.dat # base_path 228 228 echo "0 " >> initbatch.dat # data_release 229 229 echo "0 " >> initbatch.dat # delete_local
Note:
See TracChangeset
for help on using the changeset viewer.
