Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c40130

Browse files
committed
Make sure list of tests is cleared out before getting the new list
of tests. Per Andrew Dunstan.
1 parent bd097cc commit 4c40130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/msvc/vcregress.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.7 2007/04/04 20:53:44 adunstan Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.8 2007/04/05 12:10:40 mha Exp $
33

44
SETLOCAL
55
SET STARTDIR=%CD%
@@ -65,6 +65,7 @@ SET PL=%1
6565
IF %PL%==plpython SET PL=plpythonu
6666
IF %PL%==tcl SET PL=pltcl
6767

68+
set TESTS=
6869
perl ../../tools/msvc/getregress.pl > regress.tmp.bat
6970
call regress.tmp.bat
7071
del regress.tmp.bat
@@ -89,6 +90,7 @@ cd %1
8990

9091
echo ==========================================================================
9192
echo Checking %1
93+
set TESTS=
9294
perl ../../src/tools/msvc/getregress.pl > regress.tmp.bat
9395
call regress.tmp.bat
9496
del regress.tmp.bat

0 commit comments

Comments
 (0)