#2 full testsuite against live PostgreSQL
Merged 5 years ago by rdieter. Opened 5 years ago by praiskup.
rpms/ praiskup/libpqxx tests-live-pg  into  master

file modified
+7 -2
@@ -3,7 +3,7 @@ 

  Summary:        C++ client API for PostgreSQL

  Epoch:          1

  Version:        4.0.1

- Release:        15%{?dist}

+ Release:        16%{?dist}

  

  License:        BSD

  URL:            http://pqxx.org/
@@ -18,6 +18,7 @@ 

  BuildRequires:  pkgconfig

  BuildRequires:  python2

  BuildRequires:  python2-rpm-macros

+ BuildRequires:  postgresql-test-rpm-macros

  

  %description

  C++ client API for PostgreSQL. The standard front-end (in the sense of
@@ -68,7 +69,8 @@ 

  

  %check 

  # FIXME: most/all fail, need already-running postgresql instance?

- %make_build check ||:

+ %postgresql_tests_run

+ %make_build check

  

  

  %ldconfig_scriptlets
@@ -90,6 +92,9 @@ 

  

  

  %changelog

+ * Mon Aug 27 2018 Pavel Raiskup <praiskup@redhat.com> - 4.0.1-16

+ - don't ignore testsuite failures, run it against live PostgreSQL server

+ 

  * Fri Jul 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 1:4.0.1-15

  - fix calls to /usr/bin/python (#1604643)

  

Pull-Request has been merged by rdieter

5 years ago