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

# this is needed for some tests
export dtf_dataurl=http://pensioner.lab.eng.brq.redhat.com/root-tests/data/postgresql/

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