From: Magnus Hagander Date: Mon, 27 Aug 2007 12:10:47 +0000 (+0000) Subject: Exclude tsearch2 contrib tests in regression tests, X-Git-Tag: REL8_3_BETA1~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69e86a5daf1662d3bef56b59df73c66a12fd64ad;p=postgresql Exclude tsearch2 contrib tests in regression tests, pending decision on exactly what will happen with contrib/tsearch2 now that it's in core. --- diff --git a/src/tools/msvc/vcregress.bat b/src/tools/msvc/vcregress.bat index 4f30d67cfe..7b6b9b245f 100644 --- a/src/tools/msvc/vcregress.bat +++ b/src/tools/msvc/vcregress.bat @@ -1,5 +1,5 @@ @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 SET STARTDIR=%CD% @@ -110,6 +110,8 @@ goto :eof REM Check a single contrib module :onecontribcheck +REM Temporarily exclude tsearch2 tests +if %1==tsearch2 goto :eof cd %1 echo ==========================================================================