Exclude tsearch2 contrib tests in regression tests,

pending decision on exactly what will happen with
contrib/tsearch2 now that it's in core.
This commit is contained in:
Magnus Hagander 2007-08-27 12:10:47 +00:00
parent 90d9fc0aa9
commit 69e86a5daf

View File

@ -1,5 +1,5 @@
@echo off @echo off
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.13 2007/06/26 11:43:56 mha Exp $ REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.14 2007/08/27 12:10:47 mha Exp $
SETLOCAL SETLOCAL
SET STARTDIR=%CD% SET STARTDIR=%CD%
@ -110,6 +110,8 @@ goto :eof
REM Check a single contrib module REM Check a single contrib module
:onecontribcheck :onecontribcheck
REM Temporarily exclude tsearch2 tests
if %1==tsearch2 goto :eof
cd %1 cd %1
echo ========================================================================== echo ==========================================================================