From c4a4704c8eb0321a1463cc907b2fd275a0c12caf Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 19 Jan 2018 10:14:58 +0100 Subject: [PATCH] tests: use new testing macros from postgresql-devel Version: 42.2.0-1 --- postgresql-jdbc.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index e15c16c..1630297 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -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 - 42.1.4-1 - rebase to latest upstream release