Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c40130

Browse files
committed
Make sure list of tests is cleared out before getting the new list
of tests. Per Andrew Dunstan.
1 parentbd097cc commit4c40130

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
@echooff
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
SETSTARTDIR=%CD%
@@ -65,6 +65,7 @@ SET PL=%1
6565
IF%PL%==plpythonSETPL=plpythonu
6666
IF%PL%==tclSETPL=pltcl
6767

68+
setTESTS=
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+
setTESTS=
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)

[8]ページ先頭

©2009-2025 Movatter.jp