summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/config.sh
blob: 6650ed2886e8ea381cecb8a500d566bc1fb4db61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# include PostgreSQL specific test-library
. "$srcdir/lib_pgsql.sh" || exit 1

export dtf_dataurls

# this is needed for some tests
dtf_dataurls[0]=http://172.16.125.10/root-tests/data/postgresql/
dtf_dataurls[1]=http://pensioner.lab.eng.brq.redhat.com/root-tests/data/postgresql/

dtf_cb_dist_tasks()
{
    tar -ch "$dir" --exclude gen-data
}