diff options
Diffstat (limited to 'postgresql-tests/config.sh')
-rw-r--r-- | postgresql-tests/config.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/postgresql-tests/config.sh b/postgresql-tests/config.sh index 6650ed2..6dc859a 100644 --- a/postgresql-tests/config.sh +++ b/postgresql-tests/config.sh @@ -1,7 +1,4 @@ -# include PostgreSQL specific test-library -. "$srcdir/lib_pgsql.sh" || exit 1 - -export dtf_dataurls +export dtf_dataurls dtf_libfiles # this is needed for some tests dtf_dataurls[0]=http://172.16.125.10/root-tests/data/postgresql/ @@ -11,3 +8,6 @@ dtf_cb_dist_tasks() { tar -ch "$dir" --exclude gen-data } + +# include PostgreSQL specific test-library +dtf_libfiles[0]="$srcdir/lib_pgsql.sh" |