aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2007-04-04 20:53:44 +0000
committerAndrew Dunstan <andrew@dunslane.net>2007-04-04 20:53:44 +0000
commit618aec735c90d812443400901fbc2eb0607cf4e1 (patch)
tree458a710b01289a6e995fe8bd53ab87b3e3cb0237 /src
parent5dbd9c9c539bd3882ee86985aa63c79eb100df1e (diff)
downloadpostgresql-618aec735c90d812443400901fbc2eb0607cf4e1.tar.gz
postgresql-618aec735c90d812443400901fbc2eb0607cf4e1.zip
improve test headings
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/vcregress.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/msvc/vcregress.bat b/src/tools/msvc/vcregress.bat
index b3b5df9b05a..c9159c5e21d 100644
--- a/src/tools/msvc/vcregress.bat
+++ b/src/tools/msvc/vcregress.bat
@@ -1,5 +1,5 @@
@echo off
-REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.6 2007/03/23 09:57:55 mha Exp $
+REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.7 2007/04/04 20:53:44 adunstan Exp $
SETLOCAL
SET STARTDIR=%CD%
@@ -58,6 +58,7 @@ goto :eof
REM Check a single procedural language
:oneplcheck
+echo ==========================================================================
echo Checking %1
cd %1
SET PL=%1
@@ -86,6 +87,8 @@ REM Check a single contrib module
:onecontribcheck
cd %1
+echo ==========================================================================
+echo Checking %1
perl ../../src/tools/msvc/getregress.pl > regress.tmp.bat
call regress.tmp.bat
del regress.tmp.bat