mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix pgperlsyncheck following SSL TAP test refactoring
Commit 4a7e964fc6 made pgperlsyncheck fail, but apparently nobody noticed, although the buildfarm module that does more or less the same thing was modified. So fix the in-core test. I will look at unifying the two sets of tests so we avoid a future mismatch.
This commit is contained in:
parent
3b0a42e74e
commit
c835dcdab6
@ -4,7 +4,7 @@
|
||||
|
||||
INCLUDES="-I src/tools/msvc -I src/tools/msvc/dummylib -I src/backend/catalog"
|
||||
INCLUDES="-I src/test/perl -I src/backend/utils/mb/Unicode $INCLUDES"
|
||||
INCLUDES="-I src/bin/pg_rewind -I src/test/ssl $INCLUDES"
|
||||
INCLUDES="-I src/bin/pg_rewind -I src/test/ssl/t $INCLUDES"
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user