summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2007-09-28 00:14:58 +0000
committerAndrew Dunstan2007-09-28 00:14:58 +0000
commit179317fd0ad119b496889ded5815b5687c96139c (patch)
treec0c2fd8f12395174d8a7d8aad91f3cf8c24ccef1
parent47c6d936abb3dd00857abc06dccd422cff98bda7 (diff)
exclude contrib/tsearch2 from regression tests.
-rw-r--r--src/tools/msvc/vcregress.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index e285ab33fd..e8b86b104a 100644
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -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");