pgsql: Fix TAP tests with Perl 5.12

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix TAP tests with Perl 5.12
Дата
Msg-id E1XiOoT-0003cN-3M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix TAP tests with Perl 5.12

Perl 5.12 ships with a somewhat broken version of Test::Simple, so skip
the tests if that is found.

The relevant fix is

    0.98  Wed, 23 Feb 2011 14:38:02 +1100
        Bug Fixes
        * subtest() should not fail if $? is non-zero. (Aaron Crane)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/17009fb9ebe6873d98ed0fe216eeec08e0603823

Modified Files
--------------
src/test/perl/TestLib.pm |    8 ++++++++
1 file changed, 8 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix TAP tests with Perl 5.12
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve planning of btree index scans using ScalarArrayOpExpr qu