sapling/tests/getdb.sh.example

17 lines
516 B
Plaintext
Raw Normal View History

# This file needs to be named "getdb.sh" to be effective.
# Below is an example. Change the values for your test environment.
DBHOST=localhost
DBPORT=3306
DBUSER=root
DBPASS=
# If DBNAME is empty, it'll be generated randomly and the test user needs to be
# able to create a new database. The generated database will be deleted after
# the test completes.
#
# If DBNAME is not empty, the database will not be deleted automatically. If
# you want to drop it automatically, set DBAUTODROP to 1.
#
# DBNAME=hgsql_test