tests: use new testing macros from postgresql-devel

Version: 42.2.0-1
This commit is contained in:
Pavel Raiskup 2018-01-19 10:14:58 +01:00
parent 83f08dacd1
commit c4a4704c8e

View File

@ -147,7 +147,7 @@ mkdir -p pgjdbc/target/generated-sources/annotations
# Include PostgreSQL testing methods and variables.
%if %runselftest
%pgtests_init
%postgresql_tests_init
PGTESTS_LOCALE=C.UTF-8
@ -165,7 +165,7 @@ protocolVersion=0
EOF
# Start the local PG cluster.
%pgtests_start
%postgresql_tests_start
%else
# -f is equal to -Dmaven.test.skip=true
opts="-f"
@ -197,6 +197,7 @@ opts="-f"
- rebase to the latest upstream release
- nicer github source urls
- sync with upstream spec
- use new postgresql testing macros (rawhide only)
* Wed Aug 23 2017 Pavel Raiskup <praiskup@redhat.com> - 42.1.4-1
- rebase to latest upstream release