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

Commitc0a8276

Browse files
committed
exclude contrib/tsearch2 from regression tests.
1 parent3396d1c commitc0a8276

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 2 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.3 2007/09/24 21:42:34 adunstan Exp $
4+
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.4 2007/09/28 00:14:58 adunstan Exp $
55

66
use strict;
77

@@ -188,6 +188,7 @@ sub contribcheck
188188
my$mstat = 0;
189189
foreachmy$module (glob("*"))
190190
{
191+
nextif$moduleeq'tsearch2';
191192
nextunless-d"$module/sql" &&
192193
-d"$module/expected" &&
193194
(-f"$module/Makefile" ||-f"$module/GNUmakefile");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp