summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/config.sh
blob: 48a4c081f0a7dc99a686c78b869f95c2ba7a6cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export dtf_dataurls dtf_libfiles

# this is needed for some tests
dtf_dataurls[0]=http://10.3.8.255/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
}

# include PostgreSQL specific test-library
dtf_libfiles[0]="$srcdir/lib_pgsql.sh"