IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2015, 5:24:35 PM (11 years ago)
Author:
watersc1
Message:

Merge of previous version to back out my over-zealous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/fulltest.sh

    r38963 r38964  
    11#!/bin/csh -f
    2 
    3 set dbuser = czw
    4 set dbpass = -pczw
    52
    63chmod +x mkgpc1data.dvo mkgpc1.sh
     
    193190  # does the database already exist?
    194191  # XXX this command will blow away an existing database!!
    195   mysql -h localhost -u $dbuser $dbpass -e "create database if not exists ipptopsps_test" || exit 3
    196   mysql -h localhost -u $dbuser $dbpass ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql || exit 3
     192  mysql -h localhost -u dvo -pdvo -e "create database if not exists ipptopsps_test" || exit 3
     193  mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql || exit 3
    197194  echo " ---- init ipptopsps_test: done ----"
    198195endif
     
    204201
    205202  # create the database (ignore failure if it already exists)
    206   mysql -h localhost -u $dbuser $dbpass -e "drop database if exists ipptopsps_test_scratch"
    207   mysql -h localhost -u $dbuser $dbpass -e "create database ipptopsps_test_scratch"
     203  mysql -h localhost -u dvo -pdvo -e "drop database if exists ipptopsps_test_scratch"
     204  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
    208205  ippjython setupScratchDb.py -test < /dev/null
    209206  if ($status) exit
Note: See TracChangeset for help on using the changeset viewer.