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 e574f2a commit e1f1a53Copy full SHA for e1f1a53
src/tools/msvc/vcregress.bat
@@ -1,5 +1,5 @@
1
@echo off
2
-REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.9 2007/04/05 12:31:36 mha Exp $
+REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.10 2007/04/06 13:44:39 adunstan Exp $
3
4
SETLOCAL
5
SET STARTDIR=%CD%
@@ -79,7 +79,7 @@ REM Check contrib modules
79
:contribcheck
80
cd ..\..\..\contrib
81
set CONTRIBERROR=0
82
-for /d %%d IN (*) do if exist %%d\sql if exist %%d\expected (
+for /d %%d IN (*) do if exist %%d\sql if exist %%d\expected if exist %%d\Makefile (
83
call :onecontribcheck %%d
84
if errorlevel 1 set CONTRIBERROR=1
85
)
0 commit comments