Skip to content

Commit ab94cc9

Browse files
committed
Continue running contrib regression tests if one fails, and exit
with errorlevel 1 is >= 1 checks failed.
1 parent 4c40130 commit ab94cc9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tools/msvc/vcregress.bat

Lines changed: 4 additions & 2 deletions
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.8 2007/04/05 12:10:40 mha Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.9 2007/04/05 12:31:36 mha Exp $
33

44
SETLOCAL
55
SET STARTDIR=%CD%
@@ -78,10 +78,12 @@ exit /b %E%
7878
REM Check contrib modules
7979
:contribcheck
8080
cd ..\..\..\contrib
81+
set CONTRIBERROR=0
8182
for /d %%d IN (*) do if exist %%d\sql if exist %%d\expected (
8283
call :onecontribcheck %%d
83-
if errorlevel 1 exit /b 1
84+
if errorlevel 1 set CONTRIBERROR=1
8485
)
86+
if %CONTRIBERROR%==1 exit /b 1
8587
goto :eof
8688

8789
REM Check a single contrib module

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy