File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
- REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.6 2007/03/23 09:57:55 mha Exp $
2
+ REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.7 2007/04/04 20:53:44 adunstan Exp $
3
3
4
4
SETLOCAL
5
5
SET STARTDIR = %CD%
@@ -58,6 +58,7 @@ goto :eof
58
58
59
59
REM Check a single procedural language
60
60
:oneplcheck
61
+ echo ==========================================================================
61
62
echo Checking %1
62
63
cd %1
63
64
SET PL = %1
@@ -86,6 +87,8 @@ REM Check a single contrib module
86
87
:onecontribcheck
87
88
cd %1
88
89
90
+ echo ==========================================================================
91
+ echo Checking %1
89
92
perl ../../src/tools/msvc/getregress.pl > regress.tmp.bat
90
93
call regress.tmp.bat
91
94
del regress.tmp.bat
You can’t perform that action at this time.
0 commit comments