Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0a8276

Browse files
committed
exclude contrib/tsearch2 from regression tests.
1 parent 3396d1c commit c0a8276

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
foreach my $module (glob("*"))
190190
{
191+
next if $module eq 'tsearch2';
191192
next unless -d "$module/sql" &&
192193
-d "$module/expected" &&
193194
(-f "$module/Makefile" || -f "$module/GNUmakefile");

0 commit comments

Comments
 (0)