Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab94cc9

Browse files
committed
Continue running contrib regression tests if one fails, and exit
with errorlevel 1 is >= 1 checks failed.
1 parent4c40130 commitab94cc9

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
@echooff
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
SETSTARTDIR=%CD%
@@ -78,10 +78,12 @@ exit /b %E%
7878
REM Check contrib modules
7979
:contribcheck
8080
cd ..\..\..\contrib
81+
setCONTRIBERROR=0
8182
for /d%%dIN (*)doifexist%%d\sqlifexist%%d\expected (
8283
call :onecontribcheck%%d
83-
iferrorlevel1exit /b1
84+
iferrorlevel1setCONTRIBERROR=1
8485
)
86+
if%CONTRIBERROR%==1exit /b1
8587
goto :eof
8688

8789
REM Check a single contrib module

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp