Skip to content

Commit f3efef4

Browse files
committed
MSVC: Finish clean.bat tmp_check coverage.
Use wildcards, so one can add a TAP test suite without updating this file. Back-patch to v11, which omitted multiple new suites.
1 parent a53f0ed commit f3efef4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/tools/msvc/clean.bat

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,8 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
121121
if %DIST%==1 if exist src\test\isolation\specscanner.c del /q src\test\isolation\specscanner.c
122122
if %DIST%==1 if exist src\test\isolation\specparse.c del /q src\test\isolation\specparse.c
123123

124-
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
125-
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
126-
if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
127-
if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
128-
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
129-
if exist src\bin\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
130-
if exist src\bin\pg_upgrade\tmp_check rd /s /q src\bin\pg_upgrade\tmp_check
131-
if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check
132-
if exist src\bin\scripts\tmp_check rd /s /q src\bin\scripts\tmp_check
133-
if exist src\test\recovery\tmp_check rd /s /q src\test\recovery\tmp_check
124+
for /d %%f in (contrib\* src\bin\* src\test\* src\test\modules\*
125+
) do if exist %%f\tmp_check rd /s /q %%f\tmp_check
134126

135127
REM Clean up datafiles built with contrib
136128
REM cd contrib

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy