Commit 618aec73 authored by Andrew Dunstan's avatar Andrew Dunstan

improve test headings

parent 5dbd9c9c
@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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment