projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1849157
)
Make sure list of tests is cleared out before getting the new list
author
Magnus Hagander
<magnus@hagander.net>
Thu, 5 Apr 2007 12:10:40 +0000
(12:10 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 5 Apr 2007 12:10:40 +0000
(12:10 +0000)
of tests. Per Andrew Dunstan.
src/tools/msvc/vcregress.bat
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/vcregress.bat
b/src/tools/msvc/vcregress.bat
index f26f216e76531402e17c55cc890a406c84320fe9..46d2ecd2e41eb259b1d83581e20a6f530ec310d6 100644
(file)
--- a/
src/tools/msvc/vcregress.bat
+++ b/
src/tools/msvc/vcregress.bat
@@
-65,6
+65,7
@@
SET PL=%1
IF %PL%==plpython SET PL=plpythonu
IF %PL%==tcl SET PL=pltcl
+set TESTS=
perl ../../tools/msvc/getregress.pl > regress.tmp.bat
call regress.tmp.bat
del regress.tmp.bat
@@
-89,6
+90,7
@@
cd %1
echo ==========================================================================
echo Checking %1
+set TESTS=
perl ../../src/tools/msvc/getregress.pl > regress.tmp.bat
call regress.tmp.bat
del regress.tmp.bat