Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ab94cc92
Commit
ab94cc92
authored
Apr 05, 2007
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Continue running contrib regression tests if one fails, and exit
with errorlevel 1 is >= 1 checks failed.
parent
4c401302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/tools/msvc/vcregress.bat
src/tools/msvc/vcregress.bat
+4
-2
No files found.
src/tools/msvc/vcregress.bat
View file @
ab94cc92
@echo
off
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.
8 2007/04/05 12:10:40
mha Exp $
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.
9 2007/04/05 12:31:36
mha Exp $
SETLOCAL
SET
STARTDIR
=
%CD%
...
...
@@ -78,10 +78,12 @@ exit /b %E%
REM Check contrib modules
:contribcheck
cd
..\..\..\contrib
set
CONTRIBERROR
=
0
for
/d
%%d
IN
(*)
do
if
exist
%%d
\sql
if
exist
%%d
\expected
(
call
:onecontribcheck
%%d
if
errorlevel
1
exit
/b
1
if
errorlevel
1
set
CONTRIBERROR
=
1
)
if
%CONTRIBERROR%
==
1
exit
/b
1
goto
:eof
REM Check a single contrib module
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment