Changeset 38964 for trunk/ippToPsps/test/sastest.sh
- Timestamp:
- Oct 26, 2015, 5:24:35 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/sastest.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/sastest.sh
r38963 r38964 1 1 #!/bin/csh -f 2 3 set dbuser = czw4 set dbpass = -pczw5 2 6 3 chmod +x mksasdata.dvo mkgpc1.sh … … 160 157 # does the database already exist? 161 158 # XXX this command will blow away an existing database!! 162 mysql -h localhost -u $dbuser $dbpass-e "create database ipptopsps_test"163 mysql -h localhost -u $dbuser $dbpassipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql159 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test" 160 mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql 164 161 endif 165 162 … … 168 165 169 166 # create the database (ignore failure if it already exists) 170 mysql -h localhost -u $dbuser $dbpass-e "drop database ipptopsps_scratch"171 mysql -h localhost -u $dbuser $dbpass-e "create database ipptopsps_scratch"167 mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_scratch" 168 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch" 172 169 ippjython setupScratchDb.py -test < /dev/null 173 170 if ($status) exit
Note:
See TracChangeset
for help on using the changeset viewer.
