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

Commite5f1f0a

Browse files
Test for PG_TEST_EXTRA separately in SSL tests
PG_TEST_EXTRA is an override and should be tested for separatelyfrom any other test as there is no dependency on whether OpenSSLis available or not.Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/01F4684C-8C98-4BBE-AB83-AC8D7C746AF8@yesql.se
1 parent31a9893 commite5f1f0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/test/ssl/t/001_ssltests.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
planskip_all=>'OpenSSL not supported by this build';
1919
}
20-
elsif (!$ENV{PG_TEST_EXTRA} ||$ENV{PG_TEST_EXTRA} !~/\bssl\b/)
20+
if (!$ENV{PG_TEST_EXTRA} ||$ENV{PG_TEST_EXTRA} !~/\bssl\b/)
2121
{
2222
planskip_all=>
2323
'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';

‎src/test/ssl/t/002_scram.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
planskip_all=>'OpenSSL not supported by this build';
2222
}
23-
elsif (!$ENV{PG_TEST_EXTRA} ||$ENV{PG_TEST_EXTRA} !~/\bssl\b/)
23+
if (!$ENV{PG_TEST_EXTRA} ||$ENV{PG_TEST_EXTRA} !~/\bssl\b/)
2424
{
2525
planskip_all=>
2626
'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';

‎src/test/ssl/t/003_sslinfo.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
planskip_all=>'OpenSSL not supported by this build';
2020
}
21-
elsif (!$ENV{PG_TEST_EXTRA} ||$ENV{PG_TEST_EXTRA} !~/\bssl\b/)
21+
if (!$ENV{PG_TEST_EXTRA} ||$ENV{PG_TEST_EXTRA} !~/\bssl\b/)
2222
{
2323
planskip_all=>
2424
'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp