Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69e86a5

Browse files
committed
Exclude tsearch2 contrib tests in regression tests,
pending decision on exactly what will happen with contrib/tsearch2 now that it's in core.
1 parent 90d9fc0 commit 69e86a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/msvc/vcregress.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.13 2007/06/26 11:43:56 mha Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.14 2007/08/27 12:10:47 mha Exp $
33

44
SETLOCAL
55
SET STARTDIR=%CD%
@@ -110,6 +110,8 @@ goto :eof
110110

111111
REM Check a single contrib module
112112
:onecontribcheck
113+
REM Temporarily exclude tsearch2 tests
114+
if %1==tsearch2 goto :eof
113115
cd %1
114116

115117
echo ==========================================================================

0 commit comments

Comments
 (0)