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

Commit4ab911d

Browse files
committed
Do not run regression tests for contrib/xml2 on MSVC unless building with XML
1 parente664969 commit4ab911d

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
foreachmy$module (glob("*"))
192194
{
195+
nextif ($moduleeq'xml2' && !$config->{xml});
193196
nextunless-d"$module/sql" &&
194197
-d"$module/expected" &&
195198
(-f"$module/GNUmakefile" ||-f"$module/Makefile");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp