Skip to content

Commit 4ab911d

Browse files
committed
Do not run regression tests for contrib/xml2 on MSVC unless building with XML
1 parent e664969 commit 4ab911d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tools/msvc/vcregress.pl

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

22
# -*-perl-*- hey - emacs - this is a perl file
33

4-
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.13 2010/01/09 15:25:41 adunstan Exp $
4+
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.14 2010/03/02 17:06:51 adunstan Exp $
55

66
use strict;
77

@@ -14,6 +14,8 @@
1414

1515
chdir "../../.." if (-d "../../../src/tools/msvc");
1616

17+
require 'src/tools/msvc/config.pl';
18+
1719
# buildenv.pl is for specifying the build environment settings
1820
# it should contian lines like:
1921
# $ENV{PATH} = "c:/path/to/bison/bin;$ENV{PATH}";
@@ -190,6 +192,7 @@ sub contribcheck
190192
my $mstat = 0;
191193
foreach my $module (glob("*"))
192194
{
195+
next if ($module eq 'xml2' && ! $config->{xml});
193196
next unless -d "$module/sql" &&
194197
-d "$module/expected" &&
195198
(-f "$module/GNUmakefile" || -f "$module/Makefile");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy