Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit405f32f

Browse files
committed
Require version 0.98 of Test::More for TAP tests
This means that the subtest feature will be available for use.We expect that this change will make prairiedog go red until it isupdated, but other buildfarm animals should be fine.Discussion:https://postgr.es/m/f5e1d308-4e33-37a7-bdf1-f6e0c75119de@dunslane.net
1 parentf4e7ae2 commit405f32f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19472,7 +19472,7 @@ fi
1947219472

1947319473
if test "x$PERL" != x; then
1947419474
ax_perl_modules_failed=0
19475-
for ax_perl_module in 'IPC::Run 0.79' 'Test::More 0.87' 'Time::HiRes 1.52' ; do
19475+
for ax_perl_module in 'IPC::Run 0.79' 'Test::More 0.98' 'Time::HiRes 1.52' ; do
1947619476
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl module $ax_perl_module" >&5
1947719477
$as_echo_n "checking for perl module $ax_perl_module... " >&6; }
1947819478

‎configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ if test "$enable_tap_tests" = yes; then
23862386
# but some distros omit them in a minimal installation.
23872387
# The required minimum versions are all quite ancient now, but specify
23882388
# them anyway for documentation's sake.
2389-
AX_PROG_PERL_MODULES([IPC::Run=0.79 Test::More=0.87 Time::HiRes=1.52], ,
2389+
AX_PROG_PERL_MODULES([IPC::Run=0.79 Test::More=0.98 Time::HiRes=1.52], ,
23902390
[AC_MSG_ERROR([Additional Perl modules are required to run TAP tests])])
23912391
fi
23922392
# Now make sure we know where prove is

‎src/test/perl/PostgreSQL/Test/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use PostgreSQL::Test::SimpleTee;
6060

6161
# specify a recent enough version of Test::More to support the
6262
# done_testing() function
63-
use Test::More 0.87;
63+
use Test::More 0.98;
6464

6565
our@EXPORT =qw(
6666
generate_ascii_string

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp