exclude contrib/tsearch2 from regression tests.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 28 Sep 2007 00:14:58 +0000 (00:14 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 28 Sep 2007 00:14:58 +0000 (00:14 +0000)
src/tools/msvc/vcregress.pl

index e285ab33fd982a074812afa1ea94a7b7d2108a47..e8b86b104a156b3f9b063a69db4406d6cce4dc99 100644 (file)
@@ -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");