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

Commitd668b03

Browse files
committed
Make TAP test suites to work, when@inc does not contain current dir.
Recent Perl and/or new Linux distributions are starting to remove "." fromthe@inc list by default. That breaks pg_rewind and ssl test suites, whichuse helper perl modules that reside in the same directory. To fix, add thecurrent source directory explicitly to prove's include dir.The vcregress.pl script probably also needs something like this, but Iwasn't able to remove '.' from@inc on Windows to test this, and don't wantto try doing that blindly.Discussion: <20160908204529.flg6nivjuwp5vaoy@alap3.anarazel.de>
1 parent17a3a1e commitd668b03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/Makefile.global.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,9 @@ endif
332332
endif
333333

334334
PROVE = @PROVE@
335-
PG_PROVE_FLAGS = -I$(top_srcdir)/src/test/perl/
335+
# There are common routines in src/test/perl, and some test suites have
336+
# extra perl modules in their own directory.
337+
PG_PROVE_FLAGS = -I$(top_srcdir)/src/test/perl/ -I$(srcdir)
336338
PROVE_FLAGS = --verbose
337339

338340
# prepend to path if already set, else just set it

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp