]> granicus.if.org Git - postgresql/commitdiff
improve test headings
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 4 Apr 2007 20:53:44 +0000 (20:53 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 4 Apr 2007 20:53:44 +0000 (20:53 +0000)
src/tools/msvc/vcregress.bat

index b3b5df9b05a81026fe79efb85975c5377d5a5571..c9159c5e21d48b341eaae1bcdb3f92da77203b2b 100644 (file)
@@ -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