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

Commitc835dcd

Browse files
committed
Fix pgperlsyncheck following SSL TAP test refactoring
Commit4a7e964 made pgperlsyncheck fail, but apparently nobodynoticed, although the buildfarm module that does more or less the samething was modified. So fix the in-core test. I will look at unifying thetwo sets of tests so we avoid a future mismatch.
1 parent3b0a42e commitc835dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/perlcheck/pgperlsyncheck‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
INCLUDES="-I src/tools/msvc -I src/tools/msvc/dummylib -I src/backend/catalog"
66
INCLUDES="-I src/test/perl -I src/backend/utils/mb/Unicode$INCLUDES"
7-
INCLUDES="-I src/bin/pg_rewind -I src/test/ssl$INCLUDES"
7+
INCLUDES="-I src/bin/pg_rewind -I src/test/ssl/t$INCLUDES"
88

99
set -e
1010

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp