Content-Length: 279088 | pFad | http://github.com/postgrespro/postgres/commit/ab94cc92e4d694d90a7d75dcfe56874730ea5926

CA Continue running contrib regression tests if one fails, and exit · postgrespro/postgres@ab94cc9 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/ab94cc92e4d694d90a7d75dcfe56874730ea5926

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy