Commit c0a82760 authored by Andrew Dunstan's avatar Andrew Dunstan

exclude contrib/tsearch2 from regression tests.

parent 3396d1c6
# -*-perl-*- hey - emacs - this is a perl file
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.3 2007/09/24 21:42:34 adunstan Exp $
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.4 2007/09/28 00:14:58 adunstan Exp $
use strict;
......@@ -188,6 +188,7 @@ sub contribcheck
my $mstat = 0;
foreach my $module (glob("*"))
{
next if $module eq 'tsearch2';
next unless -d "$module/sql" &&
-d "$module/expected" &&
(-f "$module/Makefile" || -f "$module/GNUmakefile");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment