projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c6d93
)
exclude contrib/tsearch2 from regression tests.
author
Andrew Dunstan
<andrew@dunslane.net>
Fri, 28 Sep 2007 00:14:58 +0000
(
00:14
+0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Fri, 28 Sep 2007 00:14:58 +0000
(
00:14
+0000)
src/tools/msvc/vcregress.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/vcregress.pl
b/src/tools/msvc/vcregress.pl
index e285ab33fd982a074812afa1ea94a7b7d2108a47..e8b86b104a156b3f9b063a69db4406d6cce4dc99 100644
(file)
--- 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");