Changeset 38963 for trunk/ippToPsps/test/widetest.sh
- Timestamp:
- Oct 26, 2015, 5:17:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/widetest.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/widetest.sh
r35204 r38963 1 1 #!/bin/csh -f 2 3 set dbuser = czw 4 set dbpass = -pczw 2 5 3 6 set stackqueuename = 0 … … 48 51 # does the database already exist? 49 52 # XXX this command will blow away an existing database!! 50 mysql -h localhost -u dvo -pdvo-e "create database ipptopsps_test"51 mysql -h localhost -u dvo -pdvoipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql53 mysql -h localhost -u $dbuser $dbpass -e "create database ipptopsps_test" 54 mysql -h localhost -u $dbuser $dbpass ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql 52 55 53 56 endif … … 57 60 58 61 # create the database (ignore failure if it already exists) 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"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" 61 64 ippjython setupScratchDb.py -test 62 65 endif
Note:
See TracChangeset
for help on using the changeset viewer.
