Exclude new src/test/modules/unsafe_tests directory from MSVC build.
There's nothing to build here, and that was confusing AddContrib(). Per buildfarm.
This commit is contained in:
parent
681cca86f5
commit
c000a47ad1
@ -48,7 +48,7 @@ my @contrib_excludes = (
|
||||
'ltree_plpython', 'pgcrypto',
|
||||
'sepgsql', 'brin',
|
||||
'test_extensions', 'test_pg_dump',
|
||||
'snapshot_too_old');
|
||||
'snapshot_too_old', 'unsafe_tests');
|
||||
|
||||
# Set of variables for frontend modules
|
||||
my $frontend_defines = { 'initdb' => 'FRONTEND' };
|
||||
|
Loading…
x
Reference in New Issue
Block a user