Skip to content

Commit c000a47

Browse files
committed
Exclude new src/test/modules/unsafe_tests directory from MSVC build.
There's nothing to build here, and that was confusing AddContrib(). Per buildfarm.
1 parent 681cca8 commit c000a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ my @contrib_excludes = (
4848
'ltree_plpython', 'pgcrypto',
4949
'sepgsql', 'brin',
5050
'test_extensions', 'test_pg_dump',
51-
'snapshot_too_old');
51+
'snapshot_too_old', 'unsafe_tests');
5252

5353
# Set of variables for frontend modules
5454
my $frontend_defines = { 'initdb' => 'FRONTEND' };

0 commit comments

Comments
 (0)