Changeset 38964 for trunk/ippToPsps/test/widetest.sh
- Timestamp:
- Oct 26, 2015, 5:24:35 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/widetest.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/widetest.sh
r38963 r38964 1 1 #!/bin/csh -f 2 3 set dbuser = czw4 set dbpass = -pczw5 2 6 3 set stackqueuename = 0 … … 51 48 # does the database already exist? 52 49 # XXX this command will blow away an existing database!! 53 mysql -h localhost -u $dbuser $dbpass-e "create database ipptopsps_test"54 mysql -h localhost -u $dbuser $dbpassipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql50 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test" 51 mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql 55 52 56 53 endif … … 60 57 61 58 # create the database (ignore failure if it already exists) 62 mysql -h localhost -u $dbuser $dbpass-e "drop database ipptopsps_test_scratch"63 mysql -h localhost -u $dbuser $dbpass-e "create database ipptopsps_test_scratch"59 mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_test_scratch" 60 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch" 64 61 ippjython setupScratchDb.py -test 65 62 endif
Note:
See TracChangeset
for help on using the changeset viewer.
