Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d9fc0 commit 69e86a5Copy full SHA for 69e86a5
src/tools/msvc/vcregress.bat
@@ -1,5 +1,5 @@
1
@echo off
2
-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 $
3
4
SETLOCAL
5
SET STARTDIR=%CD%
@@ -110,6 +110,8 @@ goto :eof
110
111
REM Check a single contrib module
112
:onecontribcheck
113
+REM Temporarily exclude tsearch2 tests
114
+if %1==tsearch2 goto :eof
115
cd %1
116
117
echo ==========================================================================
0 commit comments